From ef0151c09d44c004f98cbb2e9826c89128129d1f Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 16 Sep 2022 22:46:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20remove=20rollingupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/apps/data/resilio-sync/statefulset.yaml | 2 +- cluster/apps/web-tools/vikunja/helm-release.yaml | 2 +- cluster/apps/web-tools/wallabag/helm-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/data/resilio-sync/statefulset.yaml b/cluster/apps/data/resilio-sync/statefulset.yaml index ba7ace1d7..e2da0710d 100644 --- a/cluster/apps/data/resilio-sync/statefulset.yaml +++ b/cluster/apps/data/resilio-sync/statefulset.yaml @@ -14,7 +14,7 @@ spec: app.kubernetes.io/instance: resilio-sync app.kubernetes.io/name: resilio-sync updateStrategy: - type: RollingUpdate + type: Recreate serviceName: resilio-sync strategy: template: diff --git a/cluster/apps/web-tools/vikunja/helm-release.yaml b/cluster/apps/web-tools/vikunja/helm-release.yaml index 81c02020f..a44793370 100644 --- a/cluster/apps/web-tools/vikunja/helm-release.yaml +++ b/cluster/apps/web-tools/vikunja/helm-release.yaml @@ -27,7 +27,7 @@ spec: values: controller: replicas: 1 - strategy: RollingUpdate + strategy: Recreate image: repository: caddy tag: 2.5.2-alpine diff --git a/cluster/apps/web-tools/wallabag/helm-release.yaml b/cluster/apps/web-tools/wallabag/helm-release.yaml index 0f537125b..f58a34495 100644 --- a/cluster/apps/web-tools/wallabag/helm-release.yaml +++ b/cluster/apps/web-tools/wallabag/helm-release.yaml @@ -29,7 +29,7 @@ spec: values: controller: replicas: 1 - strategy: RollingUpdate + strategy: Recreate image: repository: wallabag/wallabag tag: 2.5.1