feat: init
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://scm.docker.cabillot.eu/perso/helm-library-common
|
||||
#
|
||||
|
||||
image:
|
||||
repository: docker.io/jellyfin/jellyfin
|
||||
tag: "10.7.7"
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
TZ: America/New_York
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8096
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
automountServiceAccountToken: false
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
cache:
|
||||
enabled: false
|
||||
mountPath: "/cache"
|
||||
media:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: custom
|
||||
volumeSpec:
|
||||
nfs:
|
||||
server: "odroidhc2.local"
|
||||
path: "/mnt/musique"
|
||||
readOnly: true
|
||||
mountPath: "/media"
|
||||
Reference in New Issue
Block a user