Skip to content

Commit 9f1dcef

Browse files
committed
feat: Add https with edge termination to routes
Allow the current http as well for backward compatibility for now resolves #471
1 parent 3b8eb93 commit 9f1dcef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

charts/all/config-demo/templates/config-demo-route.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ spec:
1212
name: config-demo
1313
weight: 100
1414
wildcardPolicy: None
15+
tls:
16+
insecureEdgeTerminationPolicy: Allow
17+
termination: edge

charts/all/hello-world/templates/hello-world-route.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ spec:
1212
name: hello-world
1313
weight: 100
1414
wildcardPolicy: None
15+
tls:
16+
insecureEdgeTerminationPolicy: Allow
17+
termination: edge

0 commit comments

Comments
 (0)