feat(proxmox): Proxy Euclid Proxmox through Gateway

This commit is contained in:
Vegard Hagen
2024-03-02 15:14:32 +01:00
parent 3c33225e00
commit 9eeae42921
10 changed files with 78 additions and 5 deletions
+15
View File
@@ -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