rtrm HF Staff commited on
Commit
f49b400
·
unverified ·
1 Parent(s): b2b148b

fix: prom scrape config

Browse files
chart/templates/service-monitor.yaml CHANGED
@@ -11,5 +11,7 @@ spec:
11
  endpoints:
12
  - port: metrics
13
  path: /metrics
14
- interval: 15s
15
- {{- end }}
 
 
 
11
  endpoints:
12
  - port: metrics
13
  path: /metrics
14
+ interval: 10s
15
+ scheme: http
16
+ scrapeTimeout: 10s
17
+ {{- end }}