From 6031451153b6a83dc141c1568182207e3f0e27f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 26 Aug 2025 21:09:13 +0200 Subject: [PATCH] fix: Change strat and nodename --- values/attic/manifests/deployment.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/values/attic/manifests/deployment.yaml b/values/attic/manifests/deployment.yaml index b3ff0fc2..4829379c 100644 --- a/values/attic/manifests/deployment.yaml +++ b/values/attic/manifests/deployment.yaml @@ -6,14 +6,18 @@ spec: selector: matchLabels: app: attic + # strategy: + # type: Recreate strategy: - type: Recreate + rollingUpdate: + maxSurge: 25% + maxUnavailable: 25% + type: RollingUpdate template: metadata: labels: app: attic spec: - nodeName: atlas containers: - name: attic image: ghcr.io/zhaofengli/attic:latest