From 20de864379b244e0ec1c5f443c662dff132fc2ff Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 2 Jul 2026 23:38:23 +0200 Subject: [PATCH] autocommit --- helm/istio/templates/service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/istio/templates/service.yaml b/helm/istio/templates/service.yaml index bf515cb..d7b93cf 100644 --- a/helm/istio/templates/service.yaml +++ b/helm/istio/templates/service.yaml @@ -15,9 +15,9 @@ spec: nodePort: 31021 - name: http2 port: 80 - targetPort: 8080 + targetPort: 80 nodePort: 30080 - name: https port: 443 - targetPort: 8443 + targetPort: 443 nodePort: 30443