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

Add min/max to node ports

parent 55800414
...@@ -342,13 +342,15 @@ questions: ...@@ -342,13 +342,15 @@ questions:
- variable: containerPort - variable: containerPort
label: "Container Port" label: "Container Port"
schema: schema:
type: string type: int
required: true required: true
- variable: nodePort - variable: nodePort
label: "Node Port" label: "Node Port"
schema: schema:
type: string type: int
required: true required: true
min: 9000
max: 65535
- variable: protocol - variable: protocol
label: "Protocol" label: "Protocol"
schema: schema:
......
...@@ -342,13 +342,15 @@ questions: ...@@ -342,13 +342,15 @@ questions:
- variable: containerPort - variable: containerPort
label: "Container Port" label: "Container Port"
schema: schema:
type: string type: int
required: true required: true
- variable: nodePort - variable: nodePort
label: "Node Port" label: "Node Port"
schema: schema:
type: string type: int
required: true required: true
min: 9000
max: 65535
- variable: protocol - variable: protocol
label: "Protocol" label: "Protocol"
schema: 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