From a35ba3a07ec25d8ddebd16466134da024eb8f714 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 2 Jul 2026 20:25:28 +0200 Subject: [PATCH] autocommit --- helm/istio/templates/gateway.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 03694b3..146bebc 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -3,10 +3,11 @@ kind: Gateway metadata: name: ingress-gateway namespace: istio-ingress + annotations: + networking.istio.io/service-type: "NodePort" spec: selector: app: istio-ingress - type: NodePort servers: - port: number: 80