jellyfin
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
Key | Type | Default | Description |
---|---|---|---|
affinity |
object |
|
|
autoscaling.enabled |
bool |
|
|
autoscaling.maxReplicas |
int |
|
|
autoscaling.minReplicas |
int |
|
|
autoscaling.targetCPUUtilizationPercentage |
int |
|
|
fullnameOverride |
string |
|
|
image.pullPolicy |
string |
|
|
image.repository |
string |
|
|
image.tag |
string |
|
|
imagePullSecrets |
list |
|
|
ingress.annotations |
object |
|
|
ingress.className |
string |
|
|
ingress.enabled |
bool |
|
|
ingress.hosts[0].host |
string |
|
|
ingress.hosts[0].paths[0].path |
string |
|
|
ingress.hosts[0].paths[0].pathType |
string |
|
|
ingress.tls |
list |
|
|
nameOverride |
string |
|
|
nodeSelector |
object |
|
|
persistence.config.hostPath |
string |
|
|
persistence.config.nfs.path |
string |
|
|
persistence.config.nfs.server |
string |
|
|
persistence.config.pvc.enabled |
bool |
|
|
persistence.media.hostPath |
string |
|
|
persistence.media.nfs.path |
string |
|
|
persistence.media.nfs.server |
string |
|
|
persistence.media.pvc.enabled |
bool |
|
|
persistence.media.readOnly |
bool |
|
|
podAnnotations |
object |
|
|
podLabels |
object |
|
|
podSecurityContext |
object |
|
|
replicaCount |
int |
|
|
resources |
object |
|
|
securityContext |
object |
|
|
service.port |
int |
|
|
service.type |
string |
|
|
serviceAccount.annotations |
object |
|
|
serviceAccount.create |
bool |
|
|
serviceAccount.name |
string |
|
|
tolerations |
list |
|
Autogenerated from chart metadata using helm-docs