123456789101112131415161718192021222324252627282930313233 |
- image:
- repository: deluan/navidrome
- pullPolicy: IfNotPresent
- tag: 0.54.4
- 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: []
|