mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
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:
24
library/ix-dev/test/jellyfin/ci/basic-values.yaml
Normal file
24
library/ix-dev/test/jellyfin/ci/basic-values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user