You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered:
There is currently no way to set the following global controller environment variables without customizing helm charts:
(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 torouter.deployment_annotations
in the deis/router chart: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.
The text was updated successfully, but these errors were encountered: