jellyfin

jellyfin

Version: 0.3.7 Type: application AppVersion: 10.10.3

The Free Software Media System

Maintainers

NameEmailUrl
WrenIXhttps://wrenix.eu

Usage

Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:

helm pull oci://codeberg.org/wrenix/helm-charts/jellyfin

You can install a chart release using the following command:

helm install jellyfin-release oci://codeberg.org/wrenix/helm-charts/jellyfin --values values.yaml

To uninstall a chart release use helm’s delete command:

helm uninstall jellyfin-release

Values

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
config.enabledboolfalse
config.imageobject{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"tomwright/dasel","tag":"2.8.1"}image to patch config
config.metricsboolfalse
fullnameOverridestring""
global.image.pullPolicystringnilif set it will overwrite all pullPolicy
global.image.registrystringnilif set it will overwrite all registry entries
grafana.dashboards.annotationsobject{}
grafana.dashboards.enabledboolfalse
grafana.dashboards.labels.grafana_dashboardstring"1"
image.pullPolicystring"IfNotPresent"
image.registrystring"ghcr.io"
image.repositorystring"jellyfin/jellyfin"
image.tagstring""Overrides the image tag whose default is the chart appVersion.
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring""
ingress.enabledboolfalse
ingress.hosts[0].hoststring"chart-example.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ingress.tlslist[]
nameOverridestring""
networkPolicy.egress.enabledbooltrueactivate egress no networkpolicy
networkPolicy.egress.extralist[]egress rules
networkPolicy.enabledboolfalse
networkPolicy.ingress.httplist[]ingress for http port (e.g. ingress-controller, prometheus)
nodeSelectorobject{}
persistence.config.hostPathstringnil
persistence.config.nfs.pathstring"/"
persistence.config.nfs.serverstringnil
persistence.config.pvc.enabledboolfalse
persistence.media.hostPathstringnil
persistence.media.nfs.pathstring"/"
persistence.media.nfs.serverstringnil
persistence.media.pvc.enabledboolfalse
persistence.media.readOnlybooltrue
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
prometheus.servicemonitor.enabledboolfalse
prometheus.servicemonitor.labelsobject{}
replicaCountint1
resourcesobject{}
securityContextobject{}
service.portint8096
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]

Autogenerated from chart metadata using helm-docs