Skip to content

Commit

Permalink
Merge pull request #13 from bcgov/dev
Browse files Browse the repository at this point in the history
chore: updateStrategy to Recreate
  • Loading branch information
ychung-mot authored Mar 14, 2024
2 parents 4730f49 + fc70925 commit 643c45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/_backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
updateStrategy:
type: Recreate
selector:
matchLabels:
{{- include "app.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions helm/_frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
updateStrategy:
type: Recreate
selector:
matchLabels:
{{- include "app.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 643c45f

Please sign in to comment.