diff --git a/charts/all/config-demo/templates/config-demo-route.yaml b/charts/all/config-demo/templates/config-demo-route.yaml index 85d2e38e3..4a2677287 100644 --- a/charts/all/config-demo/templates/config-demo-route.yaml +++ b/charts/all/config-demo/templates/config-demo-route.yaml @@ -12,3 +12,6 @@ spec: name: config-demo weight: 100 wildcardPolicy: None + tls: + 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 e321f9e4e..4b1243656 100644 --- a/charts/all/hello-world/templates/hello-world-route.yaml +++ b/charts/all/hello-world/templates/hello-world-route.yaml @@ -12,3 +12,6 @@ spec: name: hello-world weight: 100 wildcardPolicy: None + tls: + insecureEdgeTerminationPolicy: Allow + termination: edge