changed default to NodePort

This commit is contained in:
Hendrik Leidinger 2022-01-12 22:03:40 +01:00
parent 20c05929dd
commit 9de4610d06
2 changed files with 4 additions and 2 deletions

View file

@ -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"

View file

@ -5,7 +5,7 @@
replicaCount: 1
service:
type: ClusterIP
type: NodePort
port: 32001
ingress: