Skip to content

Commit a55f9e5

Browse files
committed
Added ssl passthrough annotation for default client ingress
1 parent 84dd506 commit a55f9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codeflare_sdk/utils/generate_yaml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def generate_default_ingresses(
6060
annotations = {
6161
"nginx.ingress.kubernetes.io/rewrite-target": "/",
6262
"nginx.ingress.kubernetes.io/ssl-redirect": "true",
63+
"nginx.ingress.kubernetes.io/ssl-passthrough": "true",
6364
}
6465
else:
6566
# We can try get the domain through checking ingresses.config.openshift.io

0 commit comments

Comments
 (0)