Files
chart/library/ix-dev/community/metube/values.yaml
Stavros Kois a06f8b7796 Metube - migrate storage section (adds acl) (#1959)
* add migration

* update templates

* bump version

* update values

* update ui

* bump common
2023-12-28 12:07:26 +02:00

29 lines
409 B
YAML

image:
repository: alexta69/metube
pullPolicy: IfNotPresent
tag: '2023-12-13'
resources:
limits:
cpu: 4000m
memory: 8Gi
metubeConfig:
defaultTheme: auto
additionalEnvs: []
metubeNetwork:
webPort: 30094
hostNetwork: false
metubeRunAs:
user: 568
group: 568
metubeStorage:
downloads:
type: ixVolume
ixVolumeConfig:
datasetName: downloads
additionalStorages: []