* 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> |
||
|---|---|---|
| .. | ||
| templates | ||
| .gitignore | ||
| .helmignore | ||
| Chart.yaml | ||
| README.md | ||
| test_minikube.sh | ||
| values-minikube.yml | ||
| values-nonprod.yml | ||
| values-prod.yml | ||
| values.yaml | ||
Chart HELM
to test locally with minikube
minikube start
minikube addons enable ingress
kubectx minikube
kubectl create ns plateforme-ebs
kubens plateforme-ebs
get minikube ip via minikube ip
add in your /etc/hosts file:
192.168.x.x ebs.chart-example.local maildev.chart-example.local
Then run ./test_minikube.sh to build prod images, push them to minikube and deploy the app with helm