Skip to content

Commit d8df64a

Browse files
committed
fix: use string label value for prometheus.io/port (aws#23)
1 parent 0304183 commit d8df64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)