Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1022 from flanksource/autoscaler-compatibility
Browse files Browse the repository at this point in the history
feat: allow autoscaler to evict grafana deployments
  • Loading branch information
moshloop authored May 16, 2022
2 parents 689fca2 + 7c032a5 commit cfb97ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/monitoring/kube-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ spec:
- matchExpressions:
- { key: app, operator: In, values: [grafana] }
deployment:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
envFrom:
- secretRef:
name: grafana-env
Expand Down

0 comments on commit cfb97ec

Please sign in to comment.