feat(homelab)!: add longhorn, separate gitea_admin from main user

This commit is contained in:
2025-12-26 02:57:21 -08:00
parent f2e0bb5284
commit 27184e60ef
6 changed files with 29 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ resources:
- ./routes/minecraft/main.yaml
- ./routes/gitea/ssh.yaml
- ./routes/gitea/http.yaml
- ./routes/longhorn.yaml

View File

@@ -0,0 +1,15 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: longhorn
namespace: longhorn-system
spec:
parentRefs:
- name: traefik-gateway
namespace: kube-system
hostnames:
- "storage.lucalise.ca"
rules:
- backendRefs:
- name: longhorn-frontend
port: 80