Verify the application is working by running these commands:
  kubectl port-forward deployment/{{ include "prometheus-mongodb-exporter.fullname" . }} {{ .Values.port }}
  curl http://127.0.0.1:{{ .Values.port }}/metrics
