mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
@@ -52,7 +52,7 @@ spec:
|
|||||||
type: NodePort
|
type: NodePort
|
||||||
{% elif service_type | lower == "loadbalancer" %}
|
{% elif service_type | lower == "loadbalancer" %}
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
{% if loadbalancer_ip is defined and loadbalancer_ip|length %}
|
{% if loadbalancer_ip is defined and loadbalancer_ip | length %}
|
||||||
loadbalancerip: '{{ loadbalancer_ip }}'
|
loadbalancerip: '{{ loadbalancer_ip }}'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user