Skip to content

Commit

Permalink
feature(ingress): Experimental Native Ingress
Browse files Browse the repository at this point in the history
Adding global.experimental_native_ingress flag to values.yaml so this can be ran standalone

Non breaking change, just semantic
  • Loading branch information
krisnova committed Mar 6, 2017
1 parent bece9d5 commit 018e469
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/router/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 018e469

Please sign in to comment.