From 5b38c85f8afa18fb461d48fccda70af82c12e6fa Mon Sep 17 00:00:00 2001 From: stal Date: Sat, 24 Apr 2021 15:16:49 +0100 Subject: [PATCH] Extra changes for new tower_ingress_type NodePort --- deploy/awx-operator.yaml | 2 ++ deploy/crds/awx_v1beta1_crd.yaml | 2 ++ .../manifests/awx-operator.clusterserviceversion.yaml | 1 + .../awx-operator/manifests/awx.ansible.com_awxs_crd.yaml | 2 ++ 4 files changed, 7 insertions(+) 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