Skip to content

Commit

Permalink
fix(deploy): increase max surge (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-tota authored Nov 14, 2024
1 parent 509e81b commit ce91dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ microservice-chart:
strategy:
type: "RollingUpdate"
rollingUpdate:
maxSurge: 1
maxSurge: 2
maxUnavailable: 0
envConfig:
REDIS_PORT: "6380"
Expand Down

0 comments on commit ce91dba

Please sign in to comment.