fix(helm): Set default strategy to Recreate

This commit is contained in:
Chris Coutinho
2025-11-09 19:27:55 +01:00
parent a0cb1ac9fe
commit 4a6c60113b
@@ -5,6 +5,8 @@ metadata:
labels:
{{- include "nextcloud-mcp-server.labels" . | nindent 4 }}
spec:
strategy:
type: Recreate
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}