khuedoan-homelab/system/monitoring-system/values.yaml

18 lines
413 B
YAML
Raw Normal View History

2021-09-23 08:25:57 +07:00
kube-prometheus-stack:
grafana:
ingress:
enabled: true
ingressClassName: nginx
annotations:
2021-12-26 12:36:14 +07:00
cert-manager.io/cluster-issuer: letsencrypt-prod
2021-09-23 08:25:57 +07:00
hosts:
2021-12-26 12:36:14 +07:00
- &host grafana.khuedoan.com
2021-09-23 08:25:57 +07:00
tls:
2021-12-26 12:36:14 +07:00
- secretName: grafana-general-tls
hosts:
- *host
additionalDataSources:
2021-12-26 12:36:14 +07:00
- name: Loki
type: loki
url: http://loki.loki:3100