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

View file

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