Skip to content

Commit ace4173

Browse files
authored
fix: prom scrape config
1 parent bda8c88 commit ace4173

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chart/templates/service-monitor.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ spec:
1111
endpoints:
1212
- port: metrics
1313
path: /metrics
14-
interval: 15s
15-
{{- end }}
14+
interval: 10s
15+
scheme: http
16+
scrapeTimeout: 10s
17+
{{- end }}

0 commit comments

Comments
 (0)