diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 60d4b34c..091f0baf 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -71,6 +71,8 @@ spec: - route - LoadBalancer - loadbalancer + - NodePort + - nodeport tower_ingress_annotations: description: Annotations to add to the ingress type: string diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index beec0b25..bc88be7a 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -69,6 +69,8 @@ spec: - route - LoadBalancer - loadbalancer + - NodePort + - nodeport tower_ingress_annotations: description: Annotations to add to the ingress type: string diff --git a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml index 5755c63e..3a569d9c 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml @@ -91,6 +91,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:Ingress - urn:alm:descriptor:com.tectonic.ui:select:Route - urn:alm:descriptor:com.tectonic.ui:select:LoadBalancer + - urn:alm:descriptor:com.tectonic.ui:select:NodePort - displayName: Tower Ingress Annotations path: tower_ingress_annotations x-descriptors: diff --git a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml index 00bf9aed..e1f8fc62 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml @@ -103,6 +103,8 @@ spec: - route - LoadBalancer - loadbalancer + - NodePort + - nodeport type: string tower_loadbalancer_annotations: description: Annotations to add to the loadbalancer