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