mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 17:44: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
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue