Skip to content
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

fix(k8s): Deployment.strategy is independent of deploymentType #96

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

rsicart
Copy link
Contributor

@rsicart rsicart commented Apr 15, 2024

When unset, k8s defaults are the following:

rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%

Currently, the same values are set when deploymentType is "deployment".

After merging this patch, defaults will be the same, but we'll be able to override them independently of deploymentType.

When unset, k8s defaults are the following:

rollingUpdate:
  maxSurge: 25%
  maxUnavailable: 25%

Currently, the same values are set when deploymentType is "deployment".

After merging this patch, defaults will be the same, but we'll be able
to override them independently of deploymentType.
@JAORMX JAORMX merged commit 5b52361 into equinixmetal-helm:main Apr 15, 2024
11 of 12 checks passed
@rsicart rsicart deleted the rsi/fix-deployment-strategy branch April 15, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants