diff --git a/roles/installer/templates/tower_service.yaml.j2 b/roles/installer/templates/tower_service.yaml.j2 index 3b41e229..c08c3454 100644 --- a/roles/installer/templates/tower_service.yaml.j2 +++ b/roles/installer/templates/tower_service.yaml.j2 @@ -44,7 +44,7 @@ spec: app.kubernetes.io/component: awx {% if tower_ingress_type | lower == "loadbalancer" %} type: LoadBalancer -{% elif tower_ingress_type | lower == "nodeport" %} +{% elif tower_ingress_type != "none" %} type: NodePort {% else %} type: ClusterIP