Files
chart/library/ix-dev/community/castopod/values.yaml
bugclerk a4aa4fd896 Upgraded catalog item(s) (#1865)
* Upgraded catalog item(s)

        This commit upgrades netdata, elastic-search, nextcloud, gitea, drawio, metube, castopod, autobrr catalog item(s).

* bump common

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-12-13 13:04:25 +02:00

38 lines
650 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
datasetName: data
mariadbData:
type: ixVolume
datasetName: mariadbData
mariadbBackup:
type: ixVolume
datasetName: mariadbBackup
additionalStorages: []