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