update ans

master
Marius Ensrud 5 years ago
parent f3394fe096
commit 7f604c699c

@ -166,13 +166,6 @@ questions:
group: "Alertmanager"
label: Enable Alertmanager
show_subquestion_if: true
- variable: alertmanager.service.hostPort
default: "9100"
description: "Alertmanager Service hostPort"
type: string
group: "Alertmanager"
label: Alertmanager Service hostPort
show_if: "alertmanager.enabled=true"
- variable: alertmanager.ingress.enabled
default: "false"
description: "Expose alertmanager using Layer 7 Load Balancer - ingress"
@ -233,3 +226,18 @@ questions:
type: storageclass
label: Alertmanager Persistent Volume StorageClass
show_if: "alertmanager.enabled=true"
# NodeExporter
- variable: nodeExporter.enabled
default: "true"
description: "If true, create nodeExporter"
type: boolean
group: "NodeExporter"
label: Enable NodeExporter
show_subquestion_if: true
- variable: nodeExporter.service.hostPort
default: "9100"
description: "NodeExporter hostPort"
type: string
group: "NodeExporter"
label: NodeExporter hostPort
show_if: "nodeExporter.enabled=true"

Loading…
Cancel
Save