Skip to content

Commit

Permalink
fix(google): disable coredns monitoring by default on GKE (#2214)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <kevin@particule.io>
  • Loading branch information
ArchiFleKs committed Aug 14, 2023
1 parent fabfb01 commit ab4b517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/google/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ kubeControllerManager:
enabled: false
kubeEtcd:
enabled: false
coreDns:
enabled: false
grafana:
sidecar:
dashboards:
Expand Down

0 comments on commit ab4b517

Please sign in to comment.