From 90932ca9a0619e418c5c9cc70c5831a4f669bc3c Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 8 Oct 2025 19:38:59 +0200 Subject: [PATCH] Prometheus metric port --- backend-api-internal/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-api-internal/service.yaml b/backend-api-internal/service.yaml index a7da8ac..15394f3 100644 --- a/backend-api-internal/service.yaml +++ b/backend-api-internal/service.yaml @@ -15,6 +15,6 @@ spec: - protocol: TCP port: 9000 targetPort: 9000 - nodePort: 30900 + nodePort: 30901 name: prometheus-metrics type: NodePort