From a978ad47f77ac1f7933821cf24499cdaac880706 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 11:26:06 +0200 Subject: [PATCH] autocommit --- helm/istio/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index 0d1e80c..097c34a 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -14,12 +14,12 @@ gateway: targetPort: 15021 nodePort: 31021 - name: http2 - protocol: TCP + protocol: HTTP port: 80 targetPort: 80 nodePort: 30080 - name: https - protocol: TCP + protocol: HTTPS port: 443 targetPort: 443 nodePort: 30443 \ No newline at end of file