We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
No response
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: