Skip to content

Commit ca5b198

Browse files
replacing passthrough with edge/reencrypt
1 parent 6a74c61 commit ca5b198

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/codeflare_sdk/templates/base-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ spec:
325325
name: deployment-name-head-svc
326326
port:
327327
targetPort: dashboard
328+
tls:
329+
termination: edge
328330
- replicas: 1
329331
generictemplate:
330332
apiVersion: networking.k8s.io/v1

src/codeflare_sdk/utils/openshift_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _create_or_replace_oauth_route_object(
180180
port:
181181
targetPort: {port_name}
182182
tls:
183-
termination: passthrough
183+
termination: reencrypt
184184
to:
185185
kind: Service
186186
name: {service_name}

0 commit comments

Comments
 (0)