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
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'