apparently i need to quote strings

This commit is contained in:
Linus Vogel 2026-06-29 20:35:37 +02:00
parent ed004b381b
commit fc222881e6

View File

@ -12,8 +12,8 @@ spec:
name: http
protocol: HTTP
hosts:
- *.apps.linvogel.ch
- *.apps.linvogel.internal
- '*.apps.linvogel.ch'
- '*.apps.linvogel.internal'
tls:
httpsRedirect: true # sends 301 redirect for http requests
- port:
@ -21,8 +21,8 @@ spec:
name: https-443
protocol: HTTPS
hosts:
- *.apps.linvogel.ch
- *.apps.linvogel.internal
- '*.apps.linvogel.ch'
- '*.apps.linvogel.internal'
tls:
mode: SIMPLE
serverCertificate: /etc/certs/servercert.pem