Skip to content

Commit

Permalink
feat: ✨ Configuring prometheus scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
CASL0 committed Jan 4, 2025
1 parent 4598c46 commit 84c6c2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ metrics:
controllerManagerAddr: ":8080"
listenerAddr: ":8080"
listenerEndpoint: "/metrics"
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
prometheus.io/port: "8080"
11 changes: 11 additions & 0 deletions releases/gha-runner-scale-set/config/default.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ githubConfigSecret: arc-runners-secret
controllerServiceAccount:
namespace: arc-system
name: arc-gha-rs-controller
listenerTemplate:
spec:
containers:
- name: listener
securityContext:
runAsUser: 1000
metadata:
annotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
prometheus.io/port: "8080"

0 comments on commit 84c6c2c

Please sign in to comment.