prometheus stack

This commit is contained in:
baschno
2026-02-23 23:11:04 +01:00
parent c6d2b3de3c
commit 2c23ac85ce
4 changed files with 34 additions and 81 deletions

View File

@@ -0,0 +1,13 @@
grafana:
enabled: true
ingress:
enabled: true
ingressClassName: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- {{ .Env.GRAFANA_HOST }}
tls:
- hosts:
- {{ .Env.GRAFANA_HOST }}