This commit is contained in:
2025-04-13 07:24:18 -05:00
parent 6292d1730e
commit 5603924b25
3 changed files with 32 additions and 15 deletions

View 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"