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