feat: monitoring — Ingress Prometheus et AlertManager (traefik, lab.local)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alkatrazz 2026-05-13 22:23:31 +02:00
parent c9fd0d2812
commit 7fa790c8d3

View file

@ -20,6 +20,12 @@ grafana:
size: 2Gi size: 2Gi
prometheus: prometheus:
ingress:
enabled: true
ingressClassName: traefik
hosts:
- prometheus.lab.local
prometheusSpec: prometheusSpec:
retention: 15d retention: 15d
retentionSize: "8GB" retentionSize: "8GB"
@ -86,6 +92,12 @@ prometheus:
type: cpu type: cpu
alertmanager: alertmanager:
ingress:
enabled: true
ingressClassName: traefik
hosts:
- alertmanager.lab.local
alertmanagerSpec: alertmanagerSpec:
resources: resources:
requests: requests: