From 7982b35efb89f4bfc037d506a1b6dda732988f2a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Jun 2021 11:13:11 +0000 Subject: [PATCH] chore(deps): update helm release jellyfin to v8 Signed-off-by: Auricom --- cluster/apps/media/jellyfin/helm-release.yaml | 63 +++++++++---------- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/cluster/apps/media/jellyfin/helm-release.yaml b/cluster/apps/media/jellyfin/helm-release.yaml index 673a84748..1b6d9d2fe 100644 --- a/cluster/apps/media/jellyfin/helm-release.yaml +++ b/cluster/apps/media/jellyfin/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://k8s-at-home.com/charts/ chart: jellyfin - version: 7.4.0 + version: 8.1.1 sourceRef: kind: HelmRepository name: k8s-at-home-charts @@ -24,32 +24,26 @@ spec: strategy: type: Recreate service: - annotations: - prometheus.io/probe: "true" - prometheus.io/protocol: http - port: - port: 8096 + main: + annotations: + prometheus.io/probe: "true" + prometheus.io/protocol: http persistence: config: enabled: true existingClaim: jellyfin-config - additionalVolumeMounts: - - name: nfs-music-media + nfs-music-media: + enabled: true + existingClaim: nfs-music-media mountPath: "/mnt/storage/music" - - name: nfs-video-media + nfs-video-media: + enabled: true + existingClaim: nfs-video-media mountPath: "/mnt/storage/video" - - name: nfs-photo-media + nfs-photo-media: + enabled: true + existingClaim: nfs-photo-media 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: requests: memory: 4Gi @@ -57,20 +51,21 @@ spec: limits: gpu.intel.com/i915: 1 ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: "nginx" - forecastle.stakater.com/expose: "true" - forecastle.stakater.com/appName: "Jellyfin" - forecastle.stakater.com/icon: "https://features.jellyfin.org/images/logos/a7Lx9nYDzWuDR94Az8Yum7neWMvNMndkm9qr4QVtmjaMrOHDLisS5K7LJctTRzK9-icon-transparent.png?size=200" - hosts: - - host: jellyfin.${SECRET_CLUSTER_DOMAIN} - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - "jellyfin.${SECRET_CLUSTER_DOMAIN}" + main: + enabled: true + annotations: + kubernetes.io/ingress.class: "nginx" + forecastle.stakater.com/expose: "true" + forecastle.stakater.com/appName: "Jellyfin" + forecastle.stakater.com/icon: "https://features.jellyfin.org/images/logos/a7Lx9nYDzWuDR94Az8Yum7neWMvNMndkm9qr4QVtmjaMrOHDLisS5K7LJctTRzK9-icon-transparent.png?size=200" + hosts: + - host: jellyfin.${SECRET_CLUSTER_DOMAIN} + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - "jellyfin.${SECRET_CLUSTER_DOMAIN}" affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: