mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
34 lines
504 B
YAML
34 lines
504 B
YAML
image:
|
|
repository: deluan/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.52.5
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
navidromeConfig:
|
|
uiWelcomeMessage: ""
|
|
localPlayback: false
|
|
additionalEnvs: []
|
|
|
|
navidromeNetwork:
|
|
webPort: 30043
|
|
hostNetwork: false
|
|
|
|
navidromeRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
navidromeStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
music:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: music
|
|
additionalStorages: []
|