Skip to content

Commit

Permalink
comment out metrics-server until we figure out how to configure it
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 10, 2025
1 parent 22776d7 commit 5f7dd42
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ module "cluster" {
# kube-state-metrics = {
# most_recent = true
# }
metrics-server = {
most_recent = true
configuration_values = "--kubelet-insecure-tls=true"
}
# metrics-server = {
# most_recent = true
# }
snapshot-controller = {
most_recent = true
}
Expand Down

0 comments on commit 5f7dd42

Please sign in to comment.