apparently i need to quote strings
This commit is contained in:
parent
ed004b381b
commit
fc222881e6
@ -12,8 +12,8 @@ spec:
|
|||||||
name: http
|
name: http
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- *.apps.linvogel.ch
|
- '*.apps.linvogel.ch'
|
||||||
- *.apps.linvogel.internal
|
- '*.apps.linvogel.internal'
|
||||||
tls:
|
tls:
|
||||||
httpsRedirect: true # sends 301 redirect for http requests
|
httpsRedirect: true # sends 301 redirect for http requests
|
||||||
- port:
|
- port:
|
||||||
@ -21,8 +21,8 @@ spec:
|
|||||||
name: https-443
|
name: https-443
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
hosts:
|
hosts:
|
||||||
- *.apps.linvogel.ch
|
- '*.apps.linvogel.ch'
|
||||||
- *.apps.linvogel.internal
|
- '*.apps.linvogel.internal'
|
||||||
tls:
|
tls:
|
||||||
mode: SIMPLE
|
mode: SIMPLE
|
||||||
serverCertificate: /etc/certs/servercert.pem
|
serverCertificate: /etc/certs/servercert.pem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user