Skip to content

Commit

Permalink
Disable KSM collectors (kubecost#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvn authored Mar 1, 2023
1 parent e22bb7c commit 4f09d7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ podAnnotations: {}
# Available collectors for kube-state-metrics. By default all available
# collectors are enabled.
collectors:
certificatesigningrequests: true
certificatesigningrequests: false
configmaps: true
cronjobs: true
daemonsets: true
deployments: true
endpoints: true
horizontalpodautoscalers: true
ingresses: true
ingresses: false
jobs: true
limitranges: true
mutatingwebhookconfigurations: false
Expand Down

0 comments on commit 4f09d7f

Please sign in to comment.