mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
AWXMeshIngress route respect external_hostname (#1752)
* AwxMeshIngress route respect external_hostname * Set host in AWXMeshIngress route if external_hostname is defined
This commit is contained in:
@@ -70,6 +70,9 @@ metadata:
|
||||
name: {{ ansible_operator_meta.name }}
|
||||
namespace: {{ ansible_operator_meta.namespace }}
|
||||
spec:
|
||||
{% if external_hostname %}
|
||||
host: {{ external_hostname }}
|
||||
{% endif %}
|
||||
port:
|
||||
targetPort: ws
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user