feat(homelab)!: add longhorn, separate gitea_admin from main user
This commit is contained in:
@@ -9,3 +9,4 @@ resources:
|
||||
- ./routes/minecraft/main.yaml
|
||||
- ./routes/gitea/ssh.yaml
|
||||
- ./routes/gitea/http.yaml
|
||||
- ./routes/longhorn.yaml
|
||||
|
||||
15
nix/homelab/kustomize/routes/longhorn.yaml
Normal file
15
nix/homelab/kustomize/routes/longhorn.yaml
Normal 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
|
||||
Reference in New Issue
Block a user