update
This commit is contained in:
16
dmz/istio-system/templates/expose.yaml
Normal file
16
dmz/istio-system/templates/expose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: networking.istio.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: cross-network-gateway
|
||||
spec:
|
||||
selector:
|
||||
istio: eastwestgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 15443
|
||||
name: tls
|
||||
protocol: TLS
|
||||
tls:
|
||||
mode: AUTO_PASSTHROUGH
|
||||
hosts:
|
||||
- "*.local"
|
||||
Reference in New Issue
Block a user