fixed default port
This commit is contained in:
parent
9de4610d06
commit
9869872778
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ questions:
|
|||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10037
|
||||
default: 32001
|
||||
required: true
|
||||
- variable: type
|
||||
label: "Type"
|
||||
|
|
@ -24,6 +24,6 @@ questions:
|
|||
default: "NodePort"
|
||||
enum:
|
||||
- value: "NodePort"
|
||||
description: "ClusterIP Mode"
|
||||
description: "NodePort Mode"
|
||||
- value: "ClusterIP"
|
||||
description: "ClusterIP Mode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue