diff --git a/kustomize/bases/helium-blockchain-exporter/helium-blockchain-exporter-servicemonitor.yaml b/kustomize/bases/helium-blockchain-exporter/helium-blockchain-exporter-servicemonitor.yaml index da0b36c..60e005e 100644 --- a/kustomize/bases/helium-blockchain-exporter/helium-blockchain-exporter-servicemonitor.yaml +++ b/kustomize/bases/helium-blockchain-exporter/helium-blockchain-exporter-servicemonitor.yaml @@ -10,4 +10,6 @@ spec: matchLabels: app.kubernetes.io/name: helium-blockchain-exporter endpoints: - - port: http-metrics \ No newline at end of file + - port: http-metrics + interval: 60s + scrapeTimeout: 30s \ No newline at end of file