mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Fix indentation
This commit is contained in:
parent
e1cfdb3fcd
commit
5cf3d77fcc
|
@ -14,10 +14,10 @@ spec:
|
||||||
revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }}
|
revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxSurge: 2
|
maxSurge: 2
|
||||||
maxUnavailable: 25%
|
maxUnavailable: 25%
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "mastodon.selectorLabels" . | nindent 6 }}
|
{{- include "mastodon.selectorLabels" . | nindent 6 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user