From 9de4610d0676e62b067d32630c0b99af4c14a7fb Mon Sep 17 00:00:00 2001 From: Hendrik Leidinger Date: Wed, 12 Jan 2022 22:03:40 +0100 Subject: [PATCH] changed default to NodePort --- charts/vp-web/0.1.0/questions.yaml | 4 +++- charts/vp-web/0.1.0/values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/vp-web/0.1.0/questions.yaml b/charts/vp-web/0.1.0/questions.yaml index 4f4bc86..26880c2 100644 --- a/charts/vp-web/0.1.0/questions.yaml +++ b/charts/vp-web/0.1.0/questions.yaml @@ -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" diff --git a/charts/vp-web/0.1.0/values.yaml b/charts/vp-web/0.1.0/values.yaml index 537d727..d893369 100644 --- a/charts/vp-web/0.1.0/values.yaml +++ b/charts/vp-web/0.1.0/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 service: - type: ClusterIP + type: NodePort port: 32001 ingress: