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"
|
||||
schema:
|
||||
type: string
|
||||
default: "ClusterIP"
|
||||
default: "NodePort"
|
||||
enum:
|
||||
- value: "NodePort"
|
||||
description: "ClusterIP Mode"
|
||||
- value: "ClusterIP"
|
||||
description: "ClusterIP Mode"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
replicaCount: 1
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
type: NodePort
|
||||
port: 32001
|
||||
|
||||
ingress:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue