From 92ec0e5317549afa0456d4d02273ab8629bc52cb Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 15 Feb 2020 03:14:17 +0900 Subject: [PATCH] fix promtail/templates/NOTES.txt to show correctly port-forward command (#1697) Co-authored-by: Cyril Tovena --- production/helm/promtail/Chart.yaml | 2 +- production/helm/promtail/templates/NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index 41c87a72be7e..619164f3a345 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -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" diff --git a/production/helm/promtail/templates/NOTES.txt b/production/helm/promtail/templates/NOTES.txt index 82df065fe1c8..4d8a1a50d490 100644 --- a/production/helm/promtail/templates/NOTES.txt +++ b/production/helm/promtail/templates/NOTES.txt @@ -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 \ No newline at end of file + 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