mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
feat(proxmox): Proxy Euclid Proxmox through Gateway
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user