Add Prometheus scrape annotations to app chart

This commit is contained in:
Anna Schulz 2026-03-20 14:30:00 +00:00
parent 32a8271fcd
commit 2b83527e07

View file

@ -30,3 +30,8 @@ autoscaling:
podDisruptionBudget:
minAvailable: 2
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9090"
prometheus.io/path: "/metrics"