mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 13:19:20 +08:00
* Upgraded catalog item(s)
This commit upgrades paperless-ngx, drawio, castopod, immich, jellyfin, passbolt, searxng, homarr, odoo, jellyfin catalog item(s).
* undo 2 apps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
38 lines
650 B
YAML
38 lines
650 B
YAML
image:
|
|
repository: castopod/app
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.7.0
|
|
webImage:
|
|
repository: castopod/web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.7.0
|
|
|
|
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: []
|