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

18 lines
399 B
YAML
Raw Normal View History

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