Fallout from https://github.com/ansible/awx-operator/pull/128
This commit is contained in:
Shane McDonald
2021-03-23 11:11:55 -04:00
parent 385a4f65a1
commit 693ce5a17e
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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