Skip to content

Commit

Permalink
AwxMeshIngress route respect external_hostname
Browse files Browse the repository at this point in the history
Set host in AWXMeshIngress route if external_hostname is defined
TheRealHaoLiu committed Mar 7, 2024
1 parent 256d84a commit 5cecb43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/mesh_ingress/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 5cecb43

Please sign in to comment.