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

Missing global settings customization in helm chart #22

Open
Cryptophobia opened this issue Mar 20, 2018 · 0 comments
Open

Missing global settings customization in helm chart #22

Cryptophobia opened this issue Mar 20, 2018 · 0 comments

Comments

@Cryptophobia
Copy link
Member

From @felixbuenemann on May 24, 2017 17:44

There is currently no way to set the following global controller environment variables without customizing helm charts:

  • DEIS_DEPLOY_BATCHES
  • DEIS_DEPLOY_TIMEOUT
  • KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT
  • KUBERNETES_POD_TERMINATION_GRACE_PERIOD_SECONDS

(Probably more, all of the above can be overridden using the equally named environnment variables in each app.)

It would be great if the controller helm chart had a environment_variables section to allow setting these variables, similar to router.deployment_annotations in the deis/router chart:

controller:
  environment_variables:
    KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT: "10"
    KUBERNETES_POD_TERMINATION_GRACE_PERIOD_SECONDS: "60"

Alternatively separate values could be added for each setting, but I think this approach is more flexible and avoids the need to document rarely customized settings.

Copied from original issue: deis/controller#1301

duanhongyi added a commit to duanhongyi/controller that referenced this issue Jan 3, 2021
feat(ps):add ps:stop/start command
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

No branches or pull requests

1 participant