k8s-charts/charts/jellyfin
James b76c06fed4
fix: various Jellyfin chart bugs (#32)
2023-10-23 23:37:07 +01:00
..
templates fix: various Jellyfin chart bugs (#32) 2023-10-23 23:37:07 +01:00
.helmignore feat: Jellyfin chart (#31) 2023-10-23 22:06:45 +01:00
Chart.yaml fix: various Jellyfin chart bugs (#32) 2023-10-23 23:37:07 +01:00
README.md feat: Jellyfin chart (#31) 2023-10-23 22:06:45 +01:00
values.yaml fix: various Jellyfin chart bugs (#32) 2023-10-23 23:37:07 +01:00

README.md

jellyfin

Version: 0.1.0 Type: application AppVersion: 10.8.11

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 []
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 {}
replicaCount int 1
resources object {}
securityContext.fsGroup int 1000
securityContext.readOnlyRootFilesystem bool false
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 []

Autogenerated from chart metadata using helm-docs v1.11.0