mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
chore(deps): update helm release jellyfin to v8
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user