feat: longhorn ingress

This commit is contained in:
2025-04-09 00:05:51 +00:00
parent dc03ee142d
commit 40d8f3e30a
3 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
resources:
- ./longhorn/ingress.yaml

View File

@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: longhorn-frontend
namespace: longhorn-system
spec:
rules:
- host: longhorn.local
http:
paths:
- path: /
pathType: Exact
backend:
service:
name: longhorn-frontend
port:
number: 80

View File

@@ -6,6 +6,7 @@ ingress:
- host: jellyfin.local - host: jellyfin.local
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific
persistence: persistence:
media: media: