prometheus/values.yaml: avoid all pods on the same node
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
11f471a711
commit
4c6bf59f9e
1 changed files with 3 additions and 1 deletions
|
@ -67,6 +67,7 @@ alertmanager:
|
|||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||
servicePerReplica:
|
||||
enabled: true
|
||||
podAntiAffinity: "soft"
|
||||
grafana:
|
||||
defaultDashboardsTimezone: Europe/Berlin
|
||||
ingress:
|
||||
|
@ -128,4 +129,5 @@ prometheus:
|
|||
probeSelectorNilUsesHelmValues: false
|
||||
scrapeConfigSelectorNilUsesHelmValues: false
|
||||
servicePerReplica:
|
||||
enabled: true
|
||||
enabled: true
|
||||
podAntiAffinity: "soft"
|
Loading…
Reference in a new issue