Skip to content

Commit

Permalink
fix(loki): Adjust topology
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Apr 10, 2024
1 parent 508de14 commit e401eca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/main/apps/monitoring/loki/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ spec:
registry: ghcr.io
repository: nginxinc/nginx-unprivileged
tag: 1.25-alpine@sha256:5b49ce26ad8555b649a5a5ea8ccdfabc742a284ab58cb7b7d7a56f178c5dd351
deploymentStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 50%
maxSurge: 50%
topologySpreadConstraints:
- maxSkew: 2
topologyKey: kubernetes.io/hostname
Expand Down

0 comments on commit e401eca

Please sign in to comment.