A simple http server that allow to test basic endpoint to verify that kubernetes and the namespace are reacheble:
endpoints exposed:
/
/status
/health
/healthz
go to the helm folder like helm/selfcare/pnpg
helm dep update
Go to helm folder an launch this command
helm upgrade -i -n <namespace> -f <values file name> <helm app name> \.
helm upgrade -i -n diego -f values-dev.yaml status \.
This project born from the fantastic tutorial created by the Biella python group.