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:
|
| 15 |
-
|
|
|
|
|
|
|
|
|
| 11 |
endpoints:
|
| 12 |
- port: metrics
|
| 13 |
path: /metrics
|
| 14 |
+
interval: 10s
|
| 15 |
+
scheme: http
|
| 16 |
+
scrapeTimeout: 10s
|
| 17 |
+
{{- end }}
|