We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a74c61 commit ca5b198Copy full SHA for ca5b198
src/codeflare_sdk/templates/base-template.yaml
@@ -325,6 +325,8 @@ spec:
325
name: deployment-name-head-svc
326
port:
327
targetPort: dashboard
328
+ tls:
329
+ termination: edge
330
- replicas: 1
331
generictemplate:
332
apiVersion: networking.k8s.io/v1
src/codeflare_sdk/utils/openshift_oauth.py
@@ -180,7 +180,7 @@ def _create_or_replace_oauth_route_object(
180
181
targetPort: {port_name}
182
tls:
183
- termination: passthrough
+ termination: reencrypt
184
to:
185
kind: Service
186
name: {service_name}
0 commit comments