feat: add deployment strategy type as Recreate in multiple deployment files

This commit is contained in:
Lorenzo Venerandi
2026-02-22 17:33:57 +01:00
parent 9d1eb51129
commit 486d02fbd4
3 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "krawl.selectorLabels" . | nindent 6 }}