Skip to content

Commit af723f6

Browse files
authored
fix: use string label value for prometheus.io/port (#23)
1 parent cf03453 commit af723f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/eks-pod-identity-agent/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metrics:
3535
path: /metrics
3636
extraLabels:
3737
prometheus.io/scrape: "true"
38-
prometheus.io/port: 2705
38+
prometheus.io/port: "2705"
3939
serviceMonitor:
4040
enabled: false
4141
extraLabels: {}

0 commit comments

Comments
 (0)