-
Notifications
You must be signed in to change notification settings - Fork 1
fix: [PIDM-504] Update deploy configuration #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! 🚀
…148) - #145 - #146 - #147 Co-authored-by: Dylan Tangredi <[email protected]> Co-authored-by: pagopa-github-bot <[email protected]> Co-authored-by: Federico Ruzzier <[email protected]>
List of Changes
Motivation and Context
This change is required so the pod replicas are set to match the autoscaling config during deploy, to avoid starting the service with 1 pod when there is traffic on the service.
This also ensures zero-downtime deployments by keeping all existing pods running until new versions are healthy and ready, then replacing them one at a time.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: