add jellyfin vue
All checks were successful
lint-test-helm / lint-helm (push) Successful in 14s
lint-test-docker / lint-docker-compose (push) Successful in 18s
render-manifests-push / render-manifests-push (push) Successful in 35s
renovate / renovate (push) Successful in 1m3s

This commit is contained in:
2025-12-15 20:25:29 -06:00
parent 40ee5b3833
commit 39c82d9cce
6 changed files with 36 additions and 0 deletions

View File

@@ -25,14 +25,38 @@ jellyfin:
gpu.intel.com/i915: 1
cpu: 1
memory: 2Gi
vue:
type: deployment
replicas: 3
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/jellyfin/jellyfin-vue
tag: unstable@sha256:0083110ab7def4f4e2eefe02b55bce92c40c72abc7efcd622dd5c24fc1ab48b2
pullPolicy: IfNotPresent
env:
- name: DEFAULT_SERVERS
value: http://jellyfin.jellyfin:80
- name: DISABLE_SERVER_SELECTION
value: true
service:
main:
forceRename: jellyfin
controller: main
ports:
http:
port: 80
targetPort: 8096
protocol: HTTP
vue:
controller: vue
ports:
http:
port: 80
targetPort: 80
protocol: HTTP
persistence:
config:
forceRename: jellyfin-config