change alertmanager type

master
Marius Ensrud 5 years ago
parent d9a4dbdec3
commit 4c2a5943cc

@ -113,10 +113,10 @@ questions:
subquestions: subquestions:
- variable: server.ingress.hosts[0] - variable: server.ingress.hosts[0]
default: "" default: ""
description: "Prometheus server ingress hostname (hostname or hostname/path ex: cluster.local/prometheus)" description: "Prometheus server ingress hostname (only hostname (default path /) or hostname/path ex: cluster.local/prometheus)"
type: string type: string
required: true required: true
label: Hostname & path label: Hostname & Path
- variable: server.service.type - variable: server.service.type
default: "ClusterIP" default: "ClusterIP"
description: "Server service type" description: "Server service type"
@ -132,7 +132,7 @@ questions:
show_subquestion_if: "NodePort" show_subquestion_if: "NodePort"
subquestions: subquestions:
- variable: server.service.nodePort - variable: server.service.nodePort
default: null default: ""
description: "NodePort http port(to set explicitly, choose port between 30000-32767)" description: "NodePort http port(to set explicitly, choose port between 30000-32767)"
type: int type: int
min: 30000 min: 30000
@ -167,7 +167,7 @@ questions:
label: Enable Alertmanager label: Enable Alertmanager
show_subquestion_if: true show_subquestion_if: true
- variable: alertmanager.ingress.enabled - variable: alertmanager.ingress.enabled
default: "false" default: "true"
description: "Expose alertmanager using Layer 7 Load Balancer - ingress" description: "Expose alertmanager using Layer 7 Load Balancer - ingress"
type: boolean type: boolean
group: "Alertmanager" group: "Alertmanager"
@ -177,11 +177,11 @@ questions:
required: true required: true
subquestions: subquestions:
- variable: alertmanager.ingress.hosts[0] - variable: alertmanager.ingress.hosts[0]
default: "xip.io" default: ""
description: "Hostname to your alertmanager installation" description: "Alertmanager server ingress hostname (only hostname (default path /) or hostname/path ex: cluster.local/alertmanager)"
type: hostname type: string
required: true required: true
label: Hostname label: Hostname & Path
show_if: "alertmanager.enabled=true" show_if: "alertmanager.enabled=true"
- variable: alertmanager.service.type - variable: alertmanager.service.type
default: "ClusterIP" default: "ClusterIP"

Loading…
Cancel
Save