Files
chart/library/ix-dev/community/castopod/values.yaml
Stavros Kois a5028ed941 Castopod - migrate storage section (adds acl) (#1910)
* bump version

* update template

* update UI

* update values

* add migration

* values

* reduce diff
2023-12-20 15:12:32 +02:00

41 lines
716 B
YAML

image:
repository: castopod/app
pullPolicy: IfNotPresent
tag: 1.7.2
webImage:
repository: castopod/web-server
pullPolicy: IfNotPresent
tag: 1.7.2
resources:
limits:
cpu: 4000m
memory: 8Gi
castopodConfig:
baseUrl: http://localhost:30085
webTimeout: 900
webMaxBodySize: 512
phpMemoryLimit: 512
enable2fa: false
disableHttpsRedirect: true
additionalEnvs: []
castopodNetwork:
webPort: 30085
castopodStorage:
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
mariadbData:
type: ixVolume
ixVolumeConfig:
datasetName: mariadbData
mariadbBackup:
type: ixVolume
ixVolumeConfig:
datasetName: mariadbBackup
additionalStorages: []