curl -w "@curl-format.txt" -o /dev/null -s "http://localhost:8080"
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm install ingress-nginx ingress-nginx/ingress-nginx --namespace ingress-nginx --create-namespace
helm template pathfinder ./helm -s templates/deployment.yaml -f ./helm/values.yaml
helm repo add highonsemicolon https://highonsemicolon.github.io/pathfinder
helm repo update
helm install pathfinder highonsemicolon/pathfinder