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/managing-workflow/tuning-component-settings.md
+2
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ DEIS_DEPLOY_PROCFILE_MISSING_REMOVE | when turned on (default) any m
72
72
DEIS_DEFAULT_CONFIG_TAGS | set tags for all applications by default, for example: '{"role": "worker"}'. (default: '')
73
73
DEIS_IGNORE_SCHEDULING_FAILURE | ignore Kubernetes scheduling errors during deployments. With cluster autoscaling, scheduling errors may be temporary and should not fail the deployment (default: "false", allowed values: "true", "false").
74
74
KUBERNETES_NAMESPACE_DEFAULT_QUOTA_SPEC | set resource quota to application namespace by setting [ResourceQuota](http://kubernetes.io/docs/admin/resourcequota/) spec, for example: `{"spec":{"hard":{"pods":"10"}}}`, restrict app owner to spawn more then 10 pods (default: "", no quota will be applied to namespace)
75
+
DEIS_DEBUG | set the log level to DEBUG
76
+
LOG_VERBOSE | activate the verbose logging formatter
0 commit comments