Skip to content

Commit

Permalink
fix(deploy): increase max surge (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-tota authored Nov 14, 2024
1 parent ad78c2d commit babba9f
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 @@ -95,7 +95,7 @@ microservice-chart:
strategy:
type: "RollingUpdate"
rollingUpdate:
maxSurge: 1
maxSurge: 2
maxUnavailable: 0
envConfig:
MONGO_HOST: pagopa-p-weu-ecommerce-cosmos-account.mongo.cosmos.azure.com
Expand Down

0 comments on commit babba9f

Please sign in to comment.