chore(deps): update helm release jellyfin to v8

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-15 11:13:11 +00:00
committed by auricom
parent 304c44983e
commit 7982b35efb

View File

@@ -10,7 +10,7 @@ spec:
spec: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://k8s-at-home.com/charts/
chart: jellyfin chart: jellyfin
version: 7.4.0 version: 8.1.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -24,32 +24,26 @@ spec:
strategy: strategy:
type: Recreate type: Recreate
service: service:
main:
annotations: annotations:
prometheus.io/probe: "true" prometheus.io/probe: "true"
prometheus.io/protocol: http prometheus.io/protocol: http
port:
port: 8096
persistence: persistence:
config: config:
enabled: true enabled: true
existingClaim: jellyfin-config existingClaim: jellyfin-config
additionalVolumeMounts: nfs-music-media:
- name: nfs-music-media enabled: true
existingClaim: nfs-music-media
mountPath: "/mnt/storage/music" mountPath: "/mnt/storage/music"
- name: nfs-video-media nfs-video-media:
enabled: true
existingClaim: nfs-video-media
mountPath: "/mnt/storage/video" mountPath: "/mnt/storage/video"
- name: nfs-photo-media nfs-photo-media:
enabled: true
existingClaim: nfs-photo-media
mountPath: "/mnt/storage/photo" mountPath: "/mnt/storage/photo"
additionalVolumes:
- name: nfs-music-media
persistentVolumeClaim:
claimName: nfs-music-media
- name: nfs-video-media
persistentVolumeClaim:
claimName: nfs-video-media
- name: nfs-photo-media
persistentVolumeClaim:
claimName: nfs-photo-media
resources: resources:
requests: requests:
memory: 4Gi memory: 4Gi
@@ -57,6 +51,7 @@ spec:
limits: limits:
gpu.intel.com/i915: 1 gpu.intel.com/i915: 1
ingress: ingress:
main:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/ingress.class: "nginx" kubernetes.io/ingress.class: "nginx"