3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53:21 +00:00

Fix indentation

This commit is contained in:
Tim Campbell 2024-07-08 14:56:22 +02:00
parent e1cfdb3fcd
commit 5cf3d77fcc

View File

@ -14,10 +14,10 @@ spec:
revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }}
{{- end }}
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 2
maxUnavailable: 25%
type: RollingUpdate
rollingUpdate:
maxSurge: 2
maxUnavailable: 25%
selector:
matchLabels:
{{- include "mastodon.selectorLabels" . | nindent 6 }}