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"