Skip to content

Commit

Permalink
[kube-prometheus-stack] sets podAntiAffinity default to soft (#4950)
Browse files Browse the repository at this point in the history
* [kube-prometheus-stack] sets podAntiAffinity default to soft 

Signed-off-by: Pandry <[email protected]>

* [kube-prometheus-stack] bump to 65.5.1

Signed-off-by: Pandry <[email protected]>

---------

Signed-off-by: Pandry <[email protected]>
  • Loading branch information
Pandry authored Oct 30, 2024
1 parent 5f64862 commit 35bcf70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 65.5.0
version: 65.5.1
appVersion: v0.77.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
6 changes: 3 additions & 3 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ alertmanager:
## The value "hard" means that the scheduler is *required* to not schedule two replica pods onto the same node.
## The value "" will disable pod anti-affinity so that no anti-affinity rules will be configured.
##
podAntiAffinity: ""
podAntiAffinity: "soft"

## If anti-affinity is enabled sets the topologyKey to use for anti-affinity.
## This can be changed to, for example, failure-domain.beta.kubernetes.io/zone
Expand Down Expand Up @@ -3783,7 +3783,7 @@ prometheus:
## The default value "soft" means that the scheduler should *prefer* to not schedule two replica pods onto the same node but no guarantee is provided.
## The value "hard" means that the scheduler is *required* to not schedule two replica pods onto the same node.
## The value "" will disable pod anti-affinity so that no anti-affinity rules will be configured.
podAntiAffinity: ""
podAntiAffinity: "soft"

## If anti-affinity is enabled sets the topologyKey to use for anti-affinity.
## This can be changed to, for example, failure-domain.beta.kubernetes.io/zone
Expand Down Expand Up @@ -4693,7 +4693,7 @@ thanosRuler:
## The value "hard" means that the scheduler is *required* to not schedule two replica pods onto the same node.
## The value "" will disable pod anti-affinity so that no anti-affinity rules will be configured.
##
podAntiAffinity: ""
podAntiAffinity: "soft"

## If anti-affinity is enabled sets the topologyKey to use for anti-affinity.
## This can be changed to, for example, failure-domain.beta.kubernetes.io/zone
Expand Down

0 comments on commit 35bcf70

Please sign in to comment.