mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
16 lines
294 B
YAML
16 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"
|