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) "") }}