1
0
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:
Chris Houseknecht 2017-08-28 14:49:50 -04:00
parent c0c6170ba6
commit 291d5fb0b5
No known key found for this signature in database
GPG Key ID: 78F1698C5705A81B

View File

@ -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