Add min/max to node ports
This commit is contained in:
parent
5580041498
commit
5ec1dc3b6d
|
@ -342,13 +342,15 @@ questions:
|
|||
- variable: containerPort
|
||||
label: "Container Port"
|
||||
schema:
|
||||
type: string
|
||||
type: int
|
||||
required: true
|
||||
- variable: nodePort
|
||||
label: "Node Port"
|
||||
schema:
|
||||
type: string
|
||||
type: int
|
||||
required: true
|
||||
min: 9000
|
||||
max: 65535
|
||||
- variable: protocol
|
||||
label: "Protocol"
|
||||
schema:
|
||||
|
|
|
@ -342,13 +342,15 @@ questions:
|
|||
- variable: containerPort
|
||||
label: "Container Port"
|
||||
schema:
|
||||
type: string
|
||||
type: int
|
||||
required: true
|
||||
- variable: nodePort
|
||||
label: "Node Port"
|
||||
schema:
|
||||
type: string
|
||||
type: int
|
||||
required: true
|
||||
min: 9000
|
||||
max: 65535
|
||||
- variable: protocol
|
||||
label: "Protocol"
|
||||
schema:
|
||||
|
|
Loading…
Reference in New Issue