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