From 8f9f5a9bd3d9de6c4dbd4c852e20cb15d78c56ee Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 11:26:42 +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 097c34a..0d1e80c 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -14,12 +14,12 @@ gateway: targetPort: 15021 nodePort: 31021 - name: http2 - protocol: HTTP + protocol: TCP port: 80 targetPort: 80 nodePort: 30080 - name: https - protocol: HTTPS + protocol: TCP port: 443 targetPort: 443 nodePort: 30443 \ No newline at end of file