From 102c702c5498405135c12512d29bcf4882f1e70f Mon Sep 17 00:00:00 2001 From: Grant Duncklee Date: Fri, 30 Apr 2021 09:47:22 -0400 Subject: [PATCH] fixup, update to prometheus metrics path --- chart/templates/bigbang/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/bigbang/servicemonitor.yaml b/chart/templates/bigbang/servicemonitor.yaml index a451ff1..d955f26 100644 --- a/chart/templates/bigbang/servicemonitor.yaml +++ b/chart/templates/bigbang/servicemonitor.yaml @@ -14,7 +14,7 @@ spec: - {{ .Release.Namespace }} endpoints: - interval: 30s - path: /service/metrics/data + path: /service/metrics/prometheus port: nexus-ui scheme: http basicAuth: -- GitLab