From 6fd71f97493bfaf2c7fd548ec313c5f80383ac9d Mon Sep 17 00:00:00 2001 From: Se7en <40051120+cr7258@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:46:32 +0800 Subject: [PATCH] fix: prometheus port (#1076) --- helm/core/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/core/templates/deployment.yaml b/helm/core/templates/deployment.yaml index 7a472e293..6ce2bbb87 100644 --- a/helm/core/templates/deployment.yaml +++ b/helm/core/templates/deployment.yaml @@ -203,6 +203,9 @@ spec: value: {{ $val | quote }} {{- end }} ports: + - containerPort: 15020 + protocol: TCP + name: istio-prom - containerPort: 15090 protocol: TCP name: http-envoy-prom