mirror of
https://github.com/truenas/charts.git
synced 2026-04-25 19:12:43 +08:00
This commit upgrades adguard-home, vaultwarden, castopod, immich, filebrowser, actual-budget catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
41 lines
720 B
YAML
41 lines
720 B
YAML
image:
|
|
repository: castopod/app
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.12.10
|
|
webImage:
|
|
repository: castopod/web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.12.10
|
|
|
|
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: []
|