From 959f74d8343af61c18bad8761b12610a81df7e00 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 13:16:08 +0200 Subject: [PATCH] autocommit --- helm/istio/templates/gateway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 0b2f774..5f9c2cf 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -26,4 +26,6 @@ spec: hosts: - '*.apps.linvogel.internal' - '*.apps.linvogel.ch' + tls: + httpsRedirect: false # TODO: secret here \ No newline at end of file