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

Helm Chart: Add strategy for deployment type. #26445

Open
acolodreroarion opened this issue Dec 12, 2024 · 0 comments
Open

Helm Chart: Add strategy for deployment type. #26445

acolodreroarion opened this issue Dec 12, 2024 · 0 comments

Comments

@acolodreroarion
Copy link

What's the use case?

When deploying a code location server, it should be possible to change paramaters in the helm chart for deployment strategy.

strategy:
replicas: 3
type: RollingUpdate / Recreate / Blue Green
rollingUpdate:
maxUnavailable: 1
maxSurge: 1

Ideas of implementation

Add the code to https://github.com/dagster-io/dagster/blob/master/helm/dagster/charts/dagster-user-deployments/templates/deployment-user.yaml

and add the values to values.yaml

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant