Skip to content

Commit

Permalink
Merge pull request #398 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: recreate strategy
  • Loading branch information
ychung-mot authored Jun 18, 2024
2 parents aa672d3 + 11d350f commit 7db95bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/_backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
rolloutStrategy:
strategy:
type: Recreate
selector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion helm/_frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
rolloutStrategy:
strategy:
type: Recreate
selector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion helm/_hangfire/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
rolloutStrategy:
strategy:
type: Recreate
selector:
matchLabels:
Expand Down

0 comments on commit 7db95bb

Please sign in to comment.