From 712307da14890c3f80fb892fd1e60746599e9653 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 20:03:03 -0500 Subject: [PATCH] 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 --- infrastructure/istio/manifests/mesh/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/istio/manifests/mesh/monitoring.yaml b/infrastructure/istio/manifests/mesh/monitoring.yaml index 4bda280..232663c 100644 --- a/infrastructure/istio/manifests/mesh/monitoring.yaml +++ b/infrastructure/istio/manifests/mesh/monitoring.yaml @@ -25,7 +25,7 @@ spec: - istio-system podMetricsEndpoints: - path: /stats/prometheus - port: http-monitoring + port: ztunnel-stats interval: 30s --- # Waypoint proxy metrics - L7 AuthorizationPolicy + ext_authz metrics