Files
chart/library/ix-dev/community/metube/values.yaml
Stavros Kois fab1c03d74 Add metube to community train (#1635)
* initial commit

* add upg strategy

* some metadata

* add template for service

* add values

* typo

* add more

* add metadata

* add readme

* add questions

* remove quotes
2023-10-13 18:43:18 +03:00

28 lines
387 B
YAML

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