From 74ca9f9b81b42480fc52fd340cb32174e14de959 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Mon, 8 Jul 2024 15:59:00 +0200 Subject: [PATCH] Rollback sidekiq strategy --- templates/deployment-sidekiq.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index ef8cfa7..1870cf4 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -19,10 +19,7 @@ spec: {{ fail "The scheduler queue should never have more than 1 replicas" }} {{- end }} strategy: - type: RollingUpdate - rollingUpdate: - maxSurge: 10% - maxUnavailable: 25% + type: Recreate {{- end }} replicas: {{ .replicas }} {{- if (ne (toString $context.Values.mastodon.revisionHistoryLimit) "") }}