Add min/max to node ports

This commit is contained in:
Waqar Ahmed 2020-12-15 17:03:30 +05:00
parent 5580041498
commit 5ec1dc3b6d
2 changed files with 8 additions and 4 deletions

View File

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

View File

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