From 98698727787bdeac7461ce6bc1f0c872039718e1 Mon Sep 17 00:00:00 2001 From: Hendrik Leidinger Date: Wed, 12 Jan 2022 22:22:40 +0100 Subject: [PATCH] fixed default port --- charts/vp-web/0.1.0/questions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vp-web/0.1.0/questions.yaml b/charts/vp-web/0.1.0/questions.yaml index 26880c2..2cee357 100644 --- a/charts/vp-web/0.1.0/questions.yaml +++ b/charts/vp-web/0.1.0/questions.yaml @@ -14,7 +14,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10037 + default: 32001 required: true - variable: type label: "Type" @@ -24,6 +24,6 @@ questions: default: "NodePort" enum: - value: "NodePort" - description: "ClusterIP Mode" + description: "NodePort Mode" - value: "ClusterIP" description: "ClusterIP Mode"