diff --git a/templates/deployment-web.yaml b/templates/deployment-web.yaml index 29a2de4..640ab0d 100644 --- a/templates/deployment-web.yaml +++ b/templates/deployment-web.yaml @@ -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 }}