Commit 5ec1dc3b authored by Waqar Ahmed's avatar Waqar Ahmed

Add min/max to node ports

parent 55800414
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment