Merge pull request #7 from prosperllc/sravula84-patch-2

Create podmonitoring.yaml
This commit is contained in:
sravula84 2024-08-23 09:28:25 -07:00 committed by GitHub
commit f7d9bb4acd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
apiVersion: monitoring.googleapis.com/v1
kind: PodMonitoring
metadata:
name: gha-runner-scale-set-controller
spec:
selector:
matchLabels:
app.kubernetes.io/name: gha-rs-controller
endpoints:
- interval: 30s
path: /metrics
port: 8080

View File

@ -0,0 +1,12 @@
apiVersion: monitoring.googleapis.com/v1
kind: PodMonitoring
metadata:
name: gha-runner-scale-set
spec:
selector:
matchLabels:
app.kubernetes.io/component: runner-scale-set-listener
endpoints:
- interval: 30s
path: /metrics
port: 8080