mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Merge pull request #6848 from vandreykiv/devel
Updated ingress template for kubernetes to support HTTP and HTTPS when annotations not set Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -447,8 +447,10 @@ metadata:
|
|||||||
{% for key, value in kubernetes_ingress_annotations.items() %}
|
{% for key, value in kubernetes_ingress_annotations.items() %}
|
||||||
{{ key }}: {{ value }}
|
{{ key }}: {{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
|
{% if kubernetes_ingress_hostname is defined %}
|
||||||
{% if kubernetes_ingress_tls_secret is defined %}
|
{% if kubernetes_ingress_tls_secret is defined %}
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user