Skip to content

Commit

Permalink
Merge pull request #608 from dark-vex/update-sso-strategy
Browse files Browse the repository at this point in the history
Update SSO deployment strategy
  • Loading branch information
dark-vex authored Aug 1, 2024
2 parents 2d24516 + 5596b7c commit 801ce2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clusters/kubenuc/apps/sso/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ spec:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
deploymentStrategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 25%
maxUnavailable: 50%
env:
- name: PG_PASS
valueFrom:
Expand Down

0 comments on commit 801ce2e

Please sign in to comment.