Skip to content

Commit

Permalink
Use the Recreate deployment strategy type (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy authored Aug 13, 2024
1 parent 6d3c3ed commit ca2f03b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ spec:
{{- include "app.selectorLabels" $ | nindent 6 }}
# For now Arcane Operator supports only single replica
replicas: 1
# The deployment strategy is hardcoded as well until the Arcane Operator is able to work in HA mode
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down

0 comments on commit ca2f03b

Please sign in to comment.