Skip to content

Commit 57fa06f

Browse files
committed
Add strategy for recreating pods in Kubero deployment template.
1 parent 57ee784 commit 57fa06f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm-charts/kubero/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
labels:
66
{{- include "kubero.labels" . | nindent 4 }}
77
spec:
8+
strategy:
9+
type: Recreate
810
replicas: {{ .Values.replicaCount }}
911
selector:
1012
matchLabels:

0 commit comments

Comments
 (0)