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"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10037
|
default: 32001
|
||||||
required: true
|
required: true
|
||||||
- variable: type
|
- variable: type
|
||||||
label: "Type"
|
label: "Type"
|
||||||
|
|
@ -24,6 +24,6 @@ questions:
|
||||||
default: "NodePort"
|
default: "NodePort"
|
||||||
enum:
|
enum:
|
||||||
- value: "NodePort"
|
- value: "NodePort"
|
||||||
description: "ClusterIP Mode"
|
description: "NodePort Mode"
|
||||||
- value: "ClusterIP"
|
- value: "ClusterIP"
|
||||||
description: "ClusterIP Mode"
|
description: "ClusterIP Mode"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue