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: