mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 10:19:21 +07:00
18 lines
399 B
YAML
18 lines
399 B
YAML
kube-prometheus-stack:
|
|
grafana:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
hosts:
|
|
- &host grafana.khuedoan.com
|
|
tls:
|
|
- secretName: grafana-general-tls
|
|
hosts:
|
|
- *host
|
|
additionalDataSources:
|
|
- name: Loki
|
|
type: loki
|
|
url: http://loki.loki:3100
|