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