From e0c18912f3a8fd4bfcb4ffd4d0ad4963e64f1139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Thu, 30 Oct 2025 14:23:15 +0100 Subject: [PATCH] feat(metrics): add basic prometheus metrics, cluster scraping --- 7project/charts/myapp-chart/templates/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7project/charts/myapp-chart/templates/monitoring.yaml b/7project/charts/myapp-chart/templates/monitoring.yaml index 804d804..3fd12dc 100644 --- a/7project/charts/myapp-chart/templates/monitoring.yaml +++ b/7project/charts/myapp-chart/templates/monitoring.yaml @@ -9,6 +9,6 @@ spec: matchLabels: app: {{ .Values.app.name }} endpoints: - - port: 8000 + - port: "8000" path: /metrics interval: 15s \ No newline at end of file