From 7553bac85e0d1b00858ef2c3735f8d98c7170c97 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 5 Dec 2021 12:59:11 +0700 Subject: [PATCH] fix(system/grafana): set ingress class explicitly --- system/monitoring-system/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system/monitoring-system/values.yaml b/system/monitoring-system/values.yaml index 6b3b05d9..ed4a5958 100644 --- a/system/monitoring-system/values.yaml +++ b/system/monitoring-system/values.yaml @@ -2,6 +2,7 @@ kube-prometheus-stack: grafana: ingress: enabled: true + ingressClassName: nginx hosts: - grafana.khuedoan.com tls: