Giter Club home page Giter Club logo

jellyfin-helm's Introduction

Jellyfin Software Media System

This is a helm chart for Jellyfin

TL;DR;

$ git clone https://github.com/brianmcarey/jellyfin-helm.git
$ helm install ./jellyfin-helm

Installing the Chart

To install the chart with the release name my-release:

git clone https://github.com/brianmcarey/jellyfin-helm.git
helm install --name my-release ./jellyfin-helm

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm delete my-release --purge

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following tables lists the configurable parameters of the Sentry chart and their default values.

Parameter Description Default
image.repository Image repository jellyfin/jellyfin
image.tag Image tag. Possible values listed here. latest
image.pullPolicy Image pull policy IfNotPresent
Service.type Kubernetes service type for the jellyfin GUI ClusterIP
Service.port Kubernetes port where the jellyfin GUI is exposed 8096
Service.annotations Service annotations for the jellyfin GUI {}
Service.labels Custom labels {}
Service.loadBalancerIP Loadbalance IP for the jellyfin GUI {}
Service.loadBalancerSourceRanges List of IP CIDRs allowed access to load balancer (if supported) None
ingress.enabled Enables Ingress false
ingress.annotations Ingress annotations {}
ingress.labels Custom labels {}
ingress.path Ingress path /
ingress.hosts Ingress accepted hostnames chart-example.local
ingress.tls Ingress TLS configuration []
persistence.config.enabled Use persistent volume to store configuration data false
persistence.config.size Size of persistent volume claim 1Gi
persistence.config.existingClaim Use an existing PVC to persist data nil
persistence.config.storageClass Type of persistent volume claim -
persistence.config.accessMode Persistence access mode ReadWriteOnce
persistence.media.enabled Use persistent volume to store configuration data true
persistence.media.size Size of persistent volume claim 10Gi
persistence.media.existingClaim Use an existing PVC to persist data nil
persistence.media.storageClass Type of persistent volume claim -
persistence.media.accessMode Persistence access mode ReadWriteOnce
persistence.extraExistingClaimMounts Optionally add multiple existing claims []
resources CPU/Memory resource requests/limits {}
nodeSelector Node labels for pod assignment {}
tolerations Toleration labels for pod assignment []
affinity Affinity settings for pod assignment {}

Specify each parameter using the --set key=value[,key=value] argument to helm install.

Read through the values.yaml file. It has several suggested values.

jellyfin-helm's People

Contributors

brianmcarey avatar evanfoster avatar halkeye avatar blmhemu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.