diff --git a/charts/all/config-demo/templates/config-demo-route.yaml b/charts/all/config-demo/templates/config-demo-route.yaml index 280447e5..4a267728 100644 --- a/charts/all/config-demo/templates/config-demo-route.yaml +++ b/charts/all/config-demo/templates/config-demo-route.yaml @@ -13,5 +13,5 @@ spec: weight: 100 wildcardPolicy: None tls: - insecureEdgeTerminationPolicy: Redirect + insecureEdgeTerminationPolicy: Allow termination: edge diff --git a/charts/all/hello-world/templates/hello-world-route.yaml b/charts/all/hello-world/templates/hello-world-route.yaml index 8653c7de..4b124365 100644 --- a/charts/all/hello-world/templates/hello-world-route.yaml +++ b/charts/all/hello-world/templates/hello-world-route.yaml @@ -13,5 +13,5 @@ spec: weight: 100 wildcardPolicy: None tls: - insecureEdgeTerminationPolicy: Redirect + insecureEdgeTerminationPolicy: Allow termination: edge