From bc38443d3391f30b72e2238c1074af41943035ff Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 18:06:35 +0200 Subject: [PATCH] fixed portrange --- helm/istiod/templates/istio-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/istiod/templates/istio-service.yaml b/helm/istiod/templates/istio-service.yaml index 0aac761..625d1c9 100644 --- a/helm/istiod/templates/istio-service.yaml +++ b/helm/istiod/templates/istio-service.yaml @@ -15,4 +15,4 @@ spec: - name: http port: 80 targetPort: 80 - nodePort: 10080 \ No newline at end of file + nodePort: 30080 \ No newline at end of file