3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Rollback sidekiq strategy

This commit is contained in:
Tim Campbell 2024-07-08 15:59:00 +02:00
parent aa1214bcfc
commit 74ca9f9b81

View File

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