scale grafana and alertmanager to 1 replica to free cluster memory
Grafana: 2 → 1 (saves ~312 Mi) Alertmanager: 2 → 1 (saves ~150 Mi) Matrix already scaled to 0 (saves ~212 Mi)
This commit is contained in:
parent
1c13af142d
commit
bd98b84ded
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ deploymentStrategy:
|
|||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
adminPassword: "${grafana_admin_password}"
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Helm values
|
||||
# all values - https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml
|
||||
alertmanager:
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
existingClaim: alertmanager-pvc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue