still fixing stuff
This commit is contained in:
parent
fc222881e6
commit
56a62ddd32
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user