Skip to content

Commit 1fb3ef2

Browse files
committed
fix: use container port and not service port
1 parent c39fba7 commit 1fb3ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/jupyterhub-cost-monitoring/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ service:
4747
port: 80
4848
annotations:
4949
prometheus.io/scrape: "true"
50-
prometheus.io/port: "80"
50+
prometheus.io/port: "8080"
5151

5252
# Ingress resource
5353
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)