Create podmonitoring.yaml
This commit is contained in:
parent
0e62c87410
commit
08b1415ccd
|
|
@ -0,0 +1,13 @@
|
||||||
|
apiVersion: monitoring.googleapis.com/v1
|
||||||
|
kind: PodMonitoring
|
||||||
|
metadata:
|
||||||
|
name: prosper-linux-np-podmonitor
|
||||||
|
namespace: prosper-runners
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/component: runner-scale-set-listener
|
||||||
|
endpoints:
|
||||||
|
- interval: 30s
|
||||||
|
path: /metrics
|
||||||
|
port: 8080
|
||||||
Loading…
Reference in New Issue