Skip to content

Commit c39fba7

Browse files
committed
feat: add pod annotations for prometheus scrape
1 parent 5aab36d commit c39fba7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

helm/jupyterhub-cost-monitoring/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ serviceAccount:
4545
service:
4646
type: ClusterIP
4747
port: 80
48+
annotations:
49+
prometheus.io/scrape: "true"
50+
prometheus.io/port: "80"
4851

4952
# Ingress resource
5053
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)