Skip to content

Commit 7a4c348

Browse files
committed
docs(apps): document buildpack env settings
1 parent 470a44e commit 7a4c348

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Setting | Description
6363
DEIS_DISABLE_CACHE | if set, this will disable the [slugbuilder cache][] (default: not set)
6464
DEIS_DEPLOY_BATCHES | the number of pods to bring up and take down sequentially during a scale (default: number of available nodes)
6565
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)
6668
IMAGE_PULL_POLICY | the kubernetes [image pull policy][pull-policy] for application images (default: "IfNotPresent") (allowed values: "Always", "IfNotPresent")
6769
KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT | how many [revisions][kubernetes-deployment-revision] Kubernetes keeps around of a given Deployment (default: all revisions)
6870
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

Comments
 (0)