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
Copy file name to clipboardExpand all lines: src/applications/deploying-apps.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ Setting | Description
63
63
DEIS_DISABLE_CACHE | if set, this will disable the [slugbuilder cache][] (default: not set)
64
64
DEIS_DEPLOY_BATCHES | the number of pods to bring up and take down sequentially during a scale (default: number of available nodes)
65
65
DEIS_DEPLOY_TIMEOUT | deploy timeout in seconds per deploy batch (default: 120)
66
+
DEIS_BUILDPACK_DEBUG | if set to True, slugbuilder will show buildpack errors if there are any (default: False)
67
+
BUILDPACK_URL | if set, it will use the custom buildpack set in this variable (default: not set)
66
68
IMAGE_PULL_POLICY | the kubernetes [image pull policy][pull-policy] for application images (default: "IfNotPresent") (allowed values: "Always", "IfNotPresent")
67
69
KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT | how many [revisions][kubernetes-deployment-revision] Kubernetes keeps around of a given Deployment (default: all revisions)
68
70
KUBERNETES_POD_TERMINATION_GRACE_PERIOD_SECONDS | how many seconds kubernetes waits for a pod to finish work after a SIGTERM before sending SIGKILL (default: 30)
0 commit comments