* Add/preprod (#61) * Enable preprod and cd on pr * Replace bitnami psql with CNPG * Update env name * Fix build * fix CVE-2026-27135 * Fix main condition * add cleanup * purge old vars * Set vars for build * Add PG_PWD for CNPG * Fix CVE for caddy * Fix caddy build * Fix environment name * Fix namespace * fix domain * Add nonprod domain * Fix sharded buffer * Fix secret * Revert secret * grant creat db for fixture --------- Co-authored-by: ThomasSamson <thomas@samson-pro.fr> * Update storage bucket variables for production and nonprod * fix nonprod trusted host --------- Co-authored-by: ThomasSamson <thomas@samson-pro.fr>
43 lines
620 B
YAML
43 lines
620 B
YAML
meilisearch:
|
|
persistence:
|
|
enabled: true
|
|
size: "1Gi"
|
|
|
|
redis:
|
|
master:
|
|
persistence:
|
|
enabled: true
|
|
size: "1Gi"
|
|
|
|
payum:
|
|
enabled: true
|
|
gateway: 'mollie'
|
|
apikey: 'test'
|
|
|
|
cnpg:
|
|
credentials:
|
|
password: change_me
|
|
|
|
maildev:
|
|
enabled: true
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- maildev.chart-example.local
|
|
|
|
php:
|
|
image:
|
|
repository: plateforme-ebs-php
|
|
tag: latest
|
|
storage:
|
|
bucket: "toto"
|
|
endpoint: "titi"
|
|
region: "tata"
|
|
usePathStyleEndpoint: true
|
|
key: "tonton"
|
|
secret: "tomtom"
|
|
|
|
caddy:
|
|
image:
|
|
repository: plateforme-ebs-caddy
|
|
tag: latest
|