chore(jellyfin): update image, switch to linuxserver image
This commit is contained in:
parent
d7b716837c
commit
c9a7d88509
|
@ -16,22 +16,23 @@ spec:
|
|||
|
||||
values:
|
||||
image:
|
||||
repository: jellyfin/jellyfin
|
||||
tag: "10.8.10"
|
||||
repository: linuxserver/jellyfin
|
||||
tag: "10.8.11"
|
||||
|
||||
podLabels:
|
||||
needsAuthentik: "yes"
|
||||
|
||||
env:
|
||||
PUID: 10000
|
||||
PGID: 10000
|
||||
TZ: America/New_York
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8096
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
@ -81,4 +82,4 @@ spec:
|
|||
memory: 1500Mi
|
||||
|
||||
limits:
|
||||
memory: 3000Mi
|
||||
memory: 4000Mi
|
Loading…
Reference in New Issue