Skip to content

Commit d4ba912

Browse files
authored
include pod annotations for runner-scale-set-controller
1 parent 9e23073 commit d4ba912

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/gha-runner-scale-set-controller/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ serviceAccount:
3939
# You can not use the default service account for this.
4040
name: ""
4141

42-
podAnnotations: {}
42+
podAnnotations:
43+
prometheus.io/scrape: "true"
44+
prometheus.io/path: "/metrics"
45+
prometheus.io/port: "8080"
4346

4447
podLabels: {}
4548

0 commit comments

Comments
 (0)