fix(garage): add necessary label for ServiceMonitor
All checks were successful
Renovate / renovate (push) Successful in 40s
All checks were successful
Renovate / renovate (push) Successful in 40s
This commit is contained in:
parent
04dde6cc88
commit
319d7b83b0
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ apiVersion: monitoring.coreos.com/v1
|
|||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: garage
|
||||
labels:
|
||||
prometheus: default
|
||||
spec:
|
||||
endpoints:
|
||||
- honorLabels: true
|
||||
|
|
Loading…
Reference in a new issue