Files
homelab/dmz/istio-system/templates/expose.yaml
2025-04-13 07:24:18 -05:00

17 lines
294 B
YAML

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"