ebs/helm/chart
2024-12-05 16:20:28 +01:00
..
templates Fix trusted host 2024-12-05 16:20:28 +01:00
.gitignore First commit of project EBS 2023-12-21 08:49:38 +01:00
.helmignore First commit of project EBS 2023-12-21 08:49:38 +01:00
Chart.lock First commit of project EBS 2023-12-21 08:49:38 +01:00
Chart.yaml Fix project name 2024-03-29 11:36:08 +01:00
README.md Fix project name 2024-03-29 11:36:08 +01:00
test_minikube.sh Fix project name 2024-03-29 11:36:08 +01:00
values-minikube.yml Fix project name 2024-03-29 11:36:08 +01:00
values-nonprod.yml Re activate fixture job (#717) 2024-10-08 09:47:01 +02:00
values-prod.yml Re activate fixture job (#717) 2024-10-08 09:47:01 +02:00
values.yaml Make image name shorter 2024-12-05 16:20:28 +01:00

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