mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
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:
@@ -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