NOTES.txt 780 B

123456789101112131415
  1. ***********************************************************************
  2. Welcome to Grafana Promtail
  3. Chart version: {{ .Chart.Version }}
  4. Promtail version: {{ .Values.image.tag | default .Chart.AppVersion }}
  5. ***********************************************************************
  6. Verify the application is working by running these commands:
  7. {{- if .Values.daemonset.enabled }}
  8. * kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.config.serverPort }}
  9. {{- end }}
  10. {{- if .Values.deployment.enabled }}
  11. * kubectl --namespace {{ .Release.Namespace }} port-forward deployment/{{ include "promtail.fullname" . }} {{ .Values.config.serverPort }}
  12. {{- end }}
  13. * curl http://127.0.0.1:{{ .Values.config.serverPort }}/metrics