Skip to content

Commit

Permalink
fix: do not scrape kube metrics by default (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Sep 19, 2022
1 parent c2acaaa commit 347afc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions values/prometheus-operator/prometheus-operator.gotmpl
Expand Up @@ -269,3 +269,10 @@ prometheus-node-exporter:
priorityClassName: otomi-critical
podAnnotations:
policy.otomi.io/ignore: psp-host-filesystem,psp-host-networking-ports,psp-host-security

kubeProxy:
enabled: false
kubeScheduler:
enabled: false
kubeControllerManager:
enabled: flase

0 comments on commit 347afc1

Please sign in to comment.