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