mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 09:04:42 +02:00
fix: monitoring — Ingress Prometheus/AlertManager, paths + pathType requis
Le chart kube-prometheus-stack nécessite paths:[/] et pathType:Prefix contrairement au sous-chart Grafana qui a des defaults. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7fa790c8d3
commit
d23d464372
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ prometheus:
|
|||
ingressClassName: traefik
|
||||
hosts:
|
||||
- prometheus.lab.local
|
||||
paths:
|
||||
- /
|
||||
pathType: Prefix
|
||||
|
||||
prometheusSpec:
|
||||
retention: 15d
|
||||
|
|
@ -97,6 +100,9 @@ alertmanager:
|
|||
ingressClassName: traefik
|
||||
hosts:
|
||||
- alertmanager.lab.local
|
||||
paths:
|
||||
- /
|
||||
pathType: Prefix
|
||||
|
||||
alertmanagerSpec:
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue