Merge pull request #7 from prosperllc/sravula84-patch-2
Create podmonitoring.yaml
This commit is contained in:
commit
f7d9bb4acd
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue