changed default to NodePort
This commit is contained in:
parent
20c05929dd
commit
9de4610d06
2 changed files with 4 additions and 2 deletions
|
|
@ -21,7 +21,9 @@ questions:
|
||||||
description: "Network Type"
|
description: "Network Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "ClusterIP"
|
default: "NodePort"
|
||||||
enum:
|
enum:
|
||||||
|
- value: "NodePort"
|
||||||
|
description: "ClusterIP Mode"
|
||||||
- value: "ClusterIP"
|
- value: "ClusterIP"
|
||||||
description: "ClusterIP Mode"
|
description: "ClusterIP Mode"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: NodePort
|
||||||
port: 32001
|
port: 32001
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue