adds 2 community apps for testing (smb-pv-pvc) (#1558)

* make copies to test

* adds 2 community apps for testing (smb-pv-pvc)
This commit is contained in:
Stavros Kois
2023-09-22 13:44:59 +03:00
committed by GitHub
parent dbf2777c03
commit e8e998f81e
38 changed files with 1405 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
jellyfinNetwork:
webPort: 31000
jellyfinRunAs:
user: 1000
group: 1000
jellyfinStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
cache:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/cache
transcodes:
type: emptyDir
medium: Memory
size: 1Gi
# Make sure installation don't fail when 0 GPU are assigned
jellyfinGPU:
nvidia.com/gpu: 0
intel.com/gpu: 0
# TODO: Test assigning GPUs on a GPU-enabled system