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