Files
homelab-v/k8s/infra/network/gateway/gw-tls-passthrough.yaml
T
Vegard Hagen 207b1892bf feat: cleanup of remodelling
move remodel folder down to root and delete old unused manifests
2024-07-21 23:21:12 +02:00

30 lines
626 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: tls-passthrough
namespace: gateway
spec:
gatewayClassName: cilium
infrastructure:
annotations:
io.cilium/lb-ipam-ips: 192.168.1.221
listeners:
- protocol: TLS
port: 443
name: proxmox
hostname: "proxmox.stonegarden.dev"
tls:
mode: Passthrough
allowedRoutes:
namespaces:
from: All
- protocol: TLS
port: 443
name: truenas
hostname: "truenas.stonegarden.dev"
tls:
mode: Passthrough
allowedRoutes:
namespaces:
from: All