* 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>
38 lines
581 B
YAML
38 lines
581 B
YAML
imagePullSecrets:
|
|
- name: regcred
|
|
|
|
ingress:
|
|
className: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
hosts:
|
|
- host: toset
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: toset
|
|
hosts:
|
|
- toset
|
|
|
|
meilisearch:
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "standard"
|
|
size: "1Gi"
|
|
|
|
redis:
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "standard"
|
|
size: "1Gi"
|
|
|
|
cnpg:
|
|
credentials:
|
|
password: change_me
|
|
|
|
php:
|
|
fixtureJob:
|
|
enabled: false
|
|
fixtureCron:
|
|
enabled: false
|