diff --git a/.gitlab/production.yaml b/.gitlab/production.yaml
index f8932c43e6264796d175b1b29c37ed18d20e859f..01f3448e62eeb43f14e3f8964284a9c61d008757 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"