mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Fix ztunnel PodMonitor port name to match actual container port
The ztunnel container exposes metrics on port named 'ztunnel-stats' (15020), not 'http-monitoring'. This was preventing Prometheus from scraping ztunnel L4 metrics, causing missing traffic in Kiali. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6646943a98
commit
712307da14
@@ -25,7 +25,7 @@ spec:
|
|||||||
- istio-system
|
- istio-system
|
||||||
podMetricsEndpoints:
|
podMetricsEndpoints:
|
||||||
- path: /stats/prometheus
|
- path: /stats/prometheus
|
||||||
port: http-monitoring
|
port: ztunnel-stats
|
||||||
interval: 30s
|
interval: 30s
|
||||||
---
|
---
|
||||||
# Waypoint proxy metrics - L7 AuthorizationPolicy + ext_authz metrics
|
# Waypoint proxy metrics - L7 AuthorizationPolicy + ext_authz metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user