From 57028d0776a9e5e2db69423488785e2b654c2ea3 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 28 Oct 2020 12:34:25 +0100 Subject: [PATCH] add Loadbalancer type for alertmanager --- charts/prometheus/v6.3.0/questions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/prometheus/v6.3.0/questions.yml b/charts/prometheus/v6.3.0/questions.yml index a3c2feb..fcdc6d7 100644 --- a/charts/prometheus/v6.3.0/questions.yml +++ b/charts/prometheus/v6.3.0/questions.yml @@ -192,6 +192,7 @@ questions: options: - "ClusterIP" - "NodePort" + - "LoadBalancer" required: true label: Alertmanager Service Type show_subquestion_if: "NodePort"