mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
15 lines
313 B
YAML
15 lines
313 B
YAML
kube-prometheus-stack:
|
|
grafana:
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- grafana.khuedoan.com
|
|
tls:
|
|
- secretName: grafana-general-tls
|
|
hosts:
|
|
- grafana.khuedoan.com
|
|
additionalDataSources:
|
|
- name: Loki
|
|
type: loki
|
|
url: http://monitoring-system-loki:3100
|