From 877339c6af454f3b4128e88f084e6a58b68dba0c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 21 Jan 2026 20:21:18 +0100 Subject: [PATCH] Revert "fix(helm): change insecureEdgeTerminationPolicy from Allow to Redirect" This reverts commit a29bf2296ae62a4c5157e0267020397f01d8439b. --- charts/all/config-demo/templates/config-demo-route.yaml | 2 +- charts/all/hello-world/templates/hello-world-route.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/all/config-demo/templates/config-demo-route.yaml b/charts/all/config-demo/templates/config-demo-route.yaml index 280447e50..4a2677287 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 8653c7de3..4b1243656 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