mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Adds edge terminated route
This commit is contained in:
parent
c0c6170ba6
commit
291d5fb0b5
@ -74,3 +74,20 @@ spec:
|
||||
nodePort: {{ awx_node_port }}
|
||||
selector:
|
||||
name: awx-web-deploy
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Route
|
||||
metadata:
|
||||
name: awx-web-svc
|
||||
namespace: {{ awx_openshift_project }}
|
||||
spec:
|
||||
port:
|
||||
targetPort: http
|
||||
tls:
|
||||
insecureEdgeTerminationPolicy: Allow
|
||||
termination: edge
|
||||
to:
|
||||
kind: Service
|
||||
name: awx-web-svc
|
||||
weight: 100
|
||||
wildcardPolicy: None
|
||||
|
Loading…
Reference in New Issue
Block a user