From 0a249820de5c682267ec7f73ebbd70b41f6a0a49 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Fri, 19 Jun 2026 16:11:09 +0200 Subject: [PATCH] =?UTF-8?q?fix(observability):=20=F0=9F=90=9B=20fix=20Argo?= =?UTF-8?q?CD=20scrape=20port=20name=20http-metrics=20not=20metrics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vm-client-stack/manifests/argocd-scrape.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc/dev.t09.de/stacks/observability-client/vm-client-stack/manifests/argocd-scrape.yaml b/otc/dev.t09.de/stacks/observability-client/vm-client-stack/manifests/argocd-scrape.yaml index 710145a..2e9248f 100644 --- a/otc/dev.t09.de/stacks/observability-client/vm-client-stack/manifests/argocd-scrape.yaml +++ b/otc/dev.t09.de/stacks/observability-client/vm-client-stack/manifests/argocd-scrape.yaml @@ -11,4 +11,4 @@ spec: matchLabels: app.kubernetes.io/part-of: argocd endpoints: - - port: metrics + - port: http-metrics