From 548607efe445ea66bc4f983d261b69330f38a715 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Tue, 14 Jul 2026 21:55:54 +0200 Subject: [PATCH] autocommit --- helm/istio/templates/gateway.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index f28ac22..3c9b9fb 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -7,17 +7,8 @@ metadata: sidecar.istio.io/inect: "true" spec: selector: - istio: ingressgateway + istio: istio-gateway servers: - - port: - number: 80 - name: http - protocol: HTTP - hosts: - - '*.apps.linvogel.internal' - - '*.apps.linvogel.ch' -# tls: -# httpsRedirect: true # sends 301 redirect for http requests - port: number: 443 name: https