Skip to content

Commit

Permalink
switch to disable v1 in production instead of enable in test to switc…
Browse files Browse the repository at this point in the history
…h e2e to use ingress v1 support

Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs committed Nov 30, 2021
1 parent 50450a3 commit 7a99695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ skipper_ingress_max_replicas: "50"
skipper_ingress_min_replicas: "3"
skipper_ingress_cpu: "1000m"
skipper_ingress_memory: "1Gi"
{{if eq .Cluster.Environment "test"}}
skipper_ingress_kubernetes_ingress_v1: "true"
{{else}}
{{if eq .Cluster.Environment "production"}}
skipper_ingress_kubernetes_ingress_v1: "false"
{{else}}
skipper_ingress_kubernetes_ingress_v1: "true"
{{end}}
enable_dedicate_nodepool_skipper: "false"
skipper_suppress_route_update_logs: "true"
Expand Down

0 comments on commit 7a99695

Please sign in to comment.