mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
Add min/max to node ports
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user