Skip to content

Commit f2f55b4

Browse files
divyansh42tekton-robot
authored andcommitted
fix(tekton-results): use passthrough TLS termination for route
Change the default TLS termination from edge to passthrough for the Tekton Results API route. This aligns with the operator's support for TLS customization via the TektonResult CR route_tls_termination field. Signed-off-by: divyansh42 <diagrawa@redhat.com>
1 parent 499b5bf commit f2f55b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/openshift/operator/kodata/static/tekton-results/route-rbac

cmd/openshift/operator/kodata/static/tekton-results/route-rbac/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ spec:
5858
port:
5959
targetPort: 8080
6060
tls:
61-
termination: edge
61+
termination: passthrough
6262
insecureEdgeTerminationPolicy: Redirect

0 commit comments

Comments
 (0)