diff --git a/helm/istiod/templates/gateway.yaml b/helm/istiod/templates/gateway.yaml index 5ff9b8a..8c34c0a 100644 --- a/helm/istiod/templates/gateway.yaml +++ b/helm/istiod/templates/gateway.yaml @@ -1,11 +1,11 @@ apiVersion: networking.istio.io/v1 kind: Gateway metadata: - name: my-gateway - namespace: some-config-namespace + name: ingress-gateway + namespace: istio-ingress spec: selector: - app: my-gateway-controller + app: istio-ingress servers: - port: number: 80 @@ -15,10 +15,11 @@ spec: - '*.apps.linvogel.ch' - '*.apps.linvogel.internal' tls: - httpsRedirect: true # sends 301 redirect for http requests + #httpsRedirect: true # TODO: sends 301 redirect for http requests + httpsRedirect: false - port: number: 443 - name: https-443 + name: https protocol: HTTPS hosts: - '*.apps.linvogel.ch'