mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Merge pull request #2701 from ryanpetrello/openshift-tls-autoredirect
change openshift edge termination policy to redirect (enforce https)
This commit is contained in:
@@ -150,7 +150,7 @@ spec:
|
|||||||
port:
|
port:
|
||||||
targetPort: http
|
targetPort: http
|
||||||
tls:
|
tls:
|
||||||
insecureEdgeTerminationPolicy: Allow
|
insecureEdgeTerminationPolicy: Redirect
|
||||||
termination: edge
|
termination: edge
|
||||||
to:
|
to:
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
Reference in New Issue
Block a user