Skip to content

Commit

Permalink
fix: reduce max unavailable to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 5, 2024
1 parent ed733b5 commit 9f09813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drydock/templates/drydock/k8s/lifecycle/cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
value: {{ CMS_HOST }}
path: /heartbeat
port: 8000
initialDelaySeconds: 5
initialDelaySeconds: 1
timeoutSeconds: 3
periodSeconds: 1
failureThreshold: 30
Expand All @@ -31,5 +31,5 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxUnavailable: 0
maxSurge: 2
2 changes: 1 addition & 1 deletion drydock/templates/drydock/k8s/lifecycle/lms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxUnavailable: 0
maxSurge: 2

0 comments on commit 9f09813

Please sign in to comment.