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

        This commit upgrades elastic-search, gitea, qbittorrent, cloudflared, drawio, castopod, n8n catalog item(s).

* undo n8n for now

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-18 15:01:27 +02:00

41 lines
716 B
YAML

image:
repository: castopod/app
pullPolicy: IfNotPresent
tag: 1.8.2
webImage:
repository: castopod/web-server
pullPolicy: IfNotPresent
tag: 1.8.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: []