mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +08:00
* initial commit * add some templates * add common and templates * update strategy * fix tempaltes * fix host * add metadata * add readme * fix probe * add questiosn * typo * quote * disable by default the redirect * add another test * rename service * remove todo * fix backend url and questions
38 lines
650 B
YAML
38 lines
650 B
YAML
image:
|
|
repository: castopod/app
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.5
|
|
webImage:
|
|
repository: castopod/web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.5
|
|
|
|
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: []
|