diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index 33241d98..b7cd32bc 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -85,7 +85,7 @@ spec: - https tower_loadbalancer_port: description: Port to use for the loadbalancer - type: int32 + type: integer default: 80 tower_route_host: description: The DNS to use to points to the instance diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index fee8caa8..18a76fa5 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -236,7 +236,7 @@ spec: - https tower_loadbalancer_port: description: Port to use for the loadbalancer - type: number + type: integer default: 80 tower_route_host: description: The DNS to use to points to the instance diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index 1d1bbc9c..b7cd32bc 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -85,7 +85,7 @@ spec: - https tower_loadbalancer_port: description: Port to use for the loadbalancer - type: number + type: integer default: 80 tower_route_host: description: The DNS to use to points to the instance