From ab15b5e066ecd369c23f61bd094a719bf0cc74df Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Fri, 20 May 2022 11:41:09 +0200
Subject: [PATCH] added prometheus scraping for production

---
 .gitlab/production.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab/production.yaml b/.gitlab/production.yaml
index f8932c43e..01f3448e6 100644
--- a/.gitlab/production.yaml
+++ b/.gitlab/production.yaml
@@ -21,3 +21,7 @@ ingress:
 
 autoscaling:
   maxReplicas: 100
+
+podAnnotations:
+  prometheus.io/scrape: "true"
+  prometheus.io/port: "8080"
-- 
GitLab