From 5060d9f56539b3f3f3d91289e85a11bb99c9aeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20J=C3=A4ger?= Date: Wed, 14 Feb 2024 18:05:05 +0100 Subject: [PATCH] use RollingUpdate --- self-hosting/helm/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/self-hosting/helm/values.yaml b/self-hosting/helm/values.yaml index a8a723e88..cdf9d93e5 100644 --- a/self-hosting/helm/values.yaml +++ b/self-hosting/helm/values.yaml @@ -4,7 +4,7 @@ controllers: api: enabled: true type: deployment - strategy: Recreate + strategy: RollingUpdate containers: api: image: @@ -57,7 +57,7 @@ controllers: web: enabled: true type: deployment - strategy: Recreate + strategy: RollingUpdate containers: web: image: @@ -68,7 +68,7 @@ controllers: content-fetch: enabled: true type: deployment - strategy: Recreate + strategy: RollingUpdate containers: content-fetch: image: