mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 17:12:34 +00:00
15 lines
318 B
YAML
15 lines
318 B
YAML
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TLSRoute
|
|
metadata:
|
|
name: proxmox-euclid
|
|
namespace: proxmox
|
|
spec:
|
|
parentRefs:
|
|
- name: cilium-gateway
|
|
namespace: gateway
|
|
hostnames:
|
|
- "proxmox.euclid.stonegarden.dev"
|
|
rules:
|
|
- backendRefs:
|
|
- name: proxmox-euclid
|
|
port: 443 |