Files
homelab-v/k8s/apps/external/proxmox/tls-route.yaml
T
Vegard Hagen a2d0e263f0 fix(gateway): remove separate tls-passthrough gateway
It appears to work without a separate Gateway now. Should investigate if https://github.com/cilium/cilium/issues/32371 can be closed

Signed-off-by: Vegard Hagen <[email protected]>
2025-07-20 13:18:31 +02:00

12 lines
276 B
YAML

apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TLSRoute
metadata:
name: proxmox
namespace: proxmox
spec:
parentRefs:
- { name: internal, namespace: gateway }
hostnames: [ proxmox.stonegarden.dev ]
rules:
- backendRefs: [ { name: proxmox, port: 443 } ]