fix: add kubectl, update charts

This commit is contained in:
2025-12-22 19:01:27 -08:00
parent 01294f3b8c
commit 560609426f
12 changed files with 38 additions and 61 deletions

View File

@@ -5,15 +5,9 @@ repositories:
url: https://jellyfin.github.io/jellyfin-helm
releases:
- name: longhorn
namespace: longhorn-system
chart: longhorn/longhorn
version: 1.8.1
values:
- values/longhorn-values.yaml
- name: jellyfin
namespace: media
chart: jellyfin/jellyfin
version: 2.3.0
version: 2.7.0
values:
- values/jellyfin.yaml

View File

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

View File

@@ -1,18 +0,0 @@
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

@@ -1,13 +1,5 @@
ingress:
enabled: true
anontations:
traefik.ingress.kubernetes.io/router.entrypoints: web
hosts:
- host: jellyfin.local
paths:
- path: /
pathType: ImplementationSpecific
persistence:
config:
size: 5gi
media:
size: 10Gi
size: 5Gi

View File

@@ -1,6 +0,0 @@
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: "web"
host: longhorn.local
path: /