prometheus stack
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user