mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
15 lines
310 B
YAML
15 lines
310 B
YAML
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TLSRoute
|
|
metadata:
|
|
name: euclid
|
|
namespace: proxmox
|
|
spec:
|
|
parentRefs:
|
|
- name: proxmox-euclid
|
|
namespace: gateway
|
|
hostnames:
|
|
- "proxmox.euclid.stonegarden.dev"
|
|
rules:
|
|
- backendRefs:
|
|
- name: proxmox-euclid
|
|
port: 443 |