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:
Scooby Husky
2026-03-10 20:03:03 -05:00
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