From 4affb50fcddcbdd4e9f26f38d78e6dd184ae7869 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 26 Oct 2023 05:49:49 +0800 Subject: [PATCH] fix(grafana): allow egress to ingress-nginx --- kube/deploy/core/monitoring/grafana/app/hr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kube/deploy/core/monitoring/grafana/app/hr.yaml b/kube/deploy/core/monitoring/grafana/app/hr.yaml index eeacbe47..a899d3ef 100644 --- a/kube/deploy/core/monitoring/grafana/app/hr.yaml +++ b/kube/deploy/core/monitoring/grafana/app/hr.yaml @@ -16,6 +16,8 @@ spec: namespace: flux-system values: replicas: 3 + podLabels: + egress.home.arpa/ingress-nginx: "allow" env: GF_EXPLORE_ENABLED: true GF_LOG_MODE: console