k8s-charts/charts/jellyfin
James a7a3a9a538
chore: bump jellyfin to 10.9.9 (#84)
2024-08-18 16:21:59 +00:00
..
templates feat: update Jellyfin healthcheck to use /health (#39) 2023-11-06 23:23:00 +00:00
.helmignore feat: Jellyfin chart (#31) 2023-10-23 22:06:45 +01:00
Chart.yaml chore: bump jellyfin to 10.9.9 (#84) 2024-08-18 16:21:59 +00:00
README.md chore: bump jellyfin to 10.9.9 (#84) 2024-08-18 16:21:59 +00:00
values.yaml fix: add missing PublishedServerUrl config option (#33) 2023-10-23 23:47:04 +01:00

README.md

jellyfin

Version: 1.2.7 Type: application AppVersion: 10.9.9

A Helm chart for Jellyfin, the Free Software Media System that puts you in control of managing and streaming your media.

Homepage: https://jellyfin.org

Source Code

Values

Key Type Default Description
affinity object {}
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "jellyfin/jellyfin"
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "jellyfin.example.com"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
jellyfin.publishedServerUrl string "" See PublishedServerUrl at https://jellyfin.org/docs/general/administration/configuration#main-configuration-options
nameOverride string ""
nodeSelector object {}
persistence.cache object {"accessMode":"ReadWriteOnce","annotations":{},"enabled":false,"existingClaim":"","size":"10Gi","storageClass":""} Persistence config for the /cache volume
persistence.config object {"accessMode":"ReadWriteOnce","annotations":{},"enabled":false,"existingClaim":"","size":"1Gi","storageClass":""} Persistence config for the /config volume
persistence.media object {"accessMode":"ReadWriteOnce","annotations":{},"enabled":false,"existingClaim":"","size":"10Gi","storageClass":""} Persistence config for the /media volume
podAnnotations object {}
podSecurityContext object {}
resources object {}
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsGroup int 1000
securityContext.runAsNonRoot bool true
securityContext.runAsUser int 1000
service.port int 8096
service.type string "ClusterIP"
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []