mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Fix service type logic
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
|||||||
app.kubernetes.io/component: awx
|
app.kubernetes.io/component: awx
|
||||||
{% if tower_ingress_type | lower == "loadbalancer" %}
|
{% if tower_ingress_type | lower == "loadbalancer" %}
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
{% elif tower_ingress_type | lower == "nodeport" %}
|
{% elif tower_ingress_type != "none" %}
|
||||||
type: NodePort
|
type: NodePort
|
||||||
{% else %}
|
{% else %}
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
Reference in New Issue
Block a user