Skip to content

Commit

Permalink
fix promtail/templates/NOTES.txt to show correctly port-forward comma…
Browse files Browse the repository at this point in the history
…nd (#1697)

Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
oke-py and cyriltovena authored Feb 14, 2020
1 parent 9fe1f13 commit 92ec0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion production/helm/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: promtail
version: 0.19.0
version: 0.19.1
appVersion: v1.3.0
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
Expand Down
4 changes: 2 additions & 2 deletions production/helm/promtail/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Verify the application is working by running these commands:
kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.port }}
curl http://127.0.0.1:{{ .Values.port }}/metrics
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

0 comments on commit 92ec0e5

Please sign in to comment.