still fixing stuff

This commit is contained in:
Linus Vogel 2026-06-29 20:37:30 +02:00
parent fc222881e6
commit 56a62ddd32

View File

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