mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
16 lines
330 B
YAML
16 lines
330 B
YAML
kube-prometheus-stack:
|
|
grafana:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
hosts:
|
|
- grafana.khuedoan.com
|
|
tls:
|
|
- secretName: grafana-general-tls
|
|
hosts:
|
|
- grafana.khuedoan.com
|
|
additionalDataSources:
|
|
- name: Loki
|
|
type: loki
|
|
url: http://loki.loki:3100
|