diff --git a/kubernetes/main/apps/monitoring/loki/app/helm-release.yaml b/kubernetes/main/apps/monitoring/loki/app/helm-release.yaml index 02e7f1887e..a411f7481a 100644 --- a/kubernetes/main/apps/monitoring/loki/app/helm-release.yaml +++ b/kubernetes/main/apps/monitoring/loki/app/helm-release.yaml @@ -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