Skip to content

Commit

Permalink
Explcit use recreate update strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusKepert committed Jul 9, 2021
1 parent 842752d commit e2c41e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "n8n.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit e2c41e2

Please sign in to comment.