diff --git a/charts/router/values.yaml b/charts/router/values.yaml index 7392582..0f2c056 100644 --- a/charts/router/values.yaml +++ b/charts/router/values.yaml @@ -24,3 +24,11 @@ host_port: # Service type default to LoadBalancer # service_type: LoadBalancer + +global: + # Experimental feature to toggle using kubernetes ingress instead of the Deis router. + # + # Valid values are: + # - true: The Deis router will NOT be deployed. Inherently workflow will not be usable until a Kubernetes ingress controller is installed. + # - false: The default mode, and the default behavior of Deis workflow. + experimental_native_ingress: false