From d9a4dbdec345eba7f07a3f3dc957e66635f37cb7 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 28 Oct 2020 12:08:19 +0100 Subject: [PATCH] default nodeport null --- charts/prometheus/v6.3.0/questions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/prometheus/v6.3.0/questions.yml b/charts/prometheus/v6.3.0/questions.yml index 391a971..e01a0a4 100644 --- a/charts/prometheus/v6.3.0/questions.yml +++ b/charts/prometheus/v6.3.0/questions.yml @@ -113,10 +113,10 @@ questions: subquestions: - variable: server.ingress.hosts[0] default: "" - description: "Prometheus server ingress hostname (host.domain/prometheus)" + description: "Prometheus server ingress hostname (hostname or hostname/path ex: cluster.local/prometheus)" type: string required: true - label: Hostname + label: Hostname & path - variable: server.service.type default: "ClusterIP" description: "Server service type" @@ -132,7 +132,7 @@ questions: show_subquestion_if: "NodePort" subquestions: - variable: server.service.nodePort - default: "" + default: null description: "NodePort http port(to set explicitly, choose port between 30000-32767)" type: int min: 30000