mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
30 lines
626 B
YAML
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
|