Skip to content

Commit

Permalink
change fw-headless update strategy to recreate to avoid excessive mem…
Browse files Browse the repository at this point in the history
…ory usage on deploy
  • Loading branch information
hahn-kev committed Nov 11, 2024
1 parent 14b927d commit fb9d537
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deployment/base/fw-headless-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ spec:
matchLabels:
app: fw-headless
strategy:
rollingUpdate:
maxSurge: 2
maxUnavailable: 0
type: RollingUpdate
type: Recreate
template:
# https://kubernetes.io/docs/concepts/workloads/pods/#pod-templates
metadata:
Expand Down

0 comments on commit fb9d537

Please sign in to comment.