1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

change openshift edge termination policy to redirect (enforce https)

see: https://github.com/ansible/tower/issues/2591
related: https://docs.openshift.org/latest/architecture/networking/routes.html
This commit is contained in:
Ryan Petrello 2018-07-27 10:34:07 -04:00
parent a2912ada11
commit 7588e65786
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -150,7 +150,7 @@ spec:
port:
targetPort: http
tls:
insecureEdgeTerminationPolicy: Allow
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service