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: charts/builder/values.yaml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,12 @@ pull_policy: "Always"
3
3
docker_tag: canary
4
4
# limits_cpu: "100m"
5
5
# limits_memory: "50Mi"
6
-
# builder_pod_node_selector: "disk:ssd"
6
+
# builder_pod_node_selector: "disk:ssd"
7
+
8
+
global:
9
+
# Experimental feature to toggle using kubernetes ingress instead of the Deis router.
10
+
#
11
+
# Valid values are:
12
+
# - true: The deis controller will now create Kubernetes ingress rules for each app, and ingress rules will automatically be created for the controller itself.
13
+
# - false: The default mode, and the default behavior of Deis workflow.
0 commit comments