mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Adds edge terminated route
This commit is contained in:
@@ -74,3 +74,20 @@ spec:
|
|||||||
nodePort: {{ awx_node_port }}
|
nodePort: {{ awx_node_port }}
|
||||||
selector:
|
selector:
|
||||||
name: awx-web-deploy
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user