mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
20 lines
422 B
Django/Jinja
20 lines
422 B
Django/Jinja
---
|
|
apiVersion: route.openshift.io/v1
|
|
kind: Route
|
|
metadata:
|
|
annotations:
|
|
openshift.io/host.generated: "true"
|
|
name: {{ ansible_operator_meta.name }}
|
|
namespace: {{ ansible_operator_meta.namespace }}
|
|
spec:
|
|
port:
|
|
targetPort: ws
|
|
tls:
|
|
insecureEdgeTerminationPolicy: None
|
|
termination: passthrough
|
|
to:
|
|
kind: Service
|
|
name: {{ ansible_operator_meta.name }}
|
|
weight: 100
|
|
wildcardPolicy: None
|