mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Rollback sidekiq strategy
This commit is contained in:
parent
aa1214bcfc
commit
74ca9f9b81
|
@ -19,10 +19,7 @@ spec:
|
||||||
{{ fail "The scheduler queue should never have more than 1 replicas" }}
|
{{ fail "The scheduler queue should never have more than 1 replicas" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: Recreate
|
||||||
rollingUpdate:
|
|
||||||
maxSurge: 10%
|
|
||||||
maxUnavailable: 25%
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
replicas: {{ .replicas }}
|
replicas: {{ .replicas }}
|
||||||
{{- if (ne (toString $context.Values.mastodon.revisionHistoryLimit) "<nil>") }}
|
{{- if (ne (toString $context.Values.mastodon.revisionHistoryLimit) "<nil>") }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user