diff options
author | makefunstuff <[email protected]> | 2024-06-29 02:22:04 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 02:22:04 +0200 |
commit | 3441ec39698784f8faf2e37d439454d8809b72be (patch) | |
tree | 04589eac070fc5452d49a0e8819d0f93a8bc93f0 /tools/grafana | |
parent | a84fa517aca01e6cdf336e7cb78b7526471441db (diff) | |
download | k3s-lab-3441ec39698784f8faf2e37d439454d8809b72be.tar.gz |
this probably dumb idea
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 649aa25..c98c428 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -9,6 +9,8 @@ grafana: elasticsearch-master-http-client: "true" app.kubernetes.io/name: grafana ingress: + labels: + elasticsearch-master-http-client: "true" enabled: true annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure |