mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 06:24:42 +02:00
feat: monitoring — Ingress Prometheus et AlertManager (traefik, lab.local)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c9fd0d2812
commit
7fa790c8d3
1 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ grafana:
|
|||
size: 2Gi
|
||||
|
||||
prometheus:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
hosts:
|
||||
- prometheus.lab.local
|
||||
|
||||
prometheusSpec:
|
||||
retention: 15d
|
||||
retentionSize: "8GB"
|
||||
|
|
@ -86,6 +92,12 @@ prometheus:
|
|||
type: cpu
|
||||
|
||||
alertmanager:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
hosts:
|
||||
- alertmanager.lab.local
|
||||
|
||||
alertmanagerSpec:
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue