Verify the application is working by running these commands:
  kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.config.server.http_listen_port }}
  curl http://127.0.0.1:{{ .Values.config.server.http_listen_port }}/metrics
