Files
chart/library/ix-dev/community/castopod/values.yaml
Stavros Kois f4a842b162 Add castopod to incubator train (#1598)
* 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
2023-10-05 15:12:05 +03:00

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: []