Skip to content

Commit

Permalink
Move jellyfin from k8s-at-home to bjw-s and onedro0p
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfeCub committed Dec 1, 2022
1 parent 5c58994 commit 5647623
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions kubernetes/apps/media/jellyfin/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ spec:
force: true
chart:
spec:
chart: jellyfin
version: 9.5.3
chart: app-template
version: 1.1.3
sourceRef:
kind: HelmRepository
name: k8s-at-home
name: bjw-s
namespace: flux-system
interval: 5m
values:
image:
repository: jellyfin/jellyfin
repository: ghcr.io/onedr0p/jellyfin
tag: 10.8.8
ingress:
main:
enabled: true
Expand All @@ -28,6 +29,11 @@ spec:
paths:
- path: /
pathType: Prefix
service:
main:
ports:
http:
port: 8096
persistence:
config:
enabled: true
Expand Down

0 comments on commit 5647623

Please sign in to comment.