From 6c24306ccc521f897568b286aa7a2cfb8fbe106a Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Sun, 26 Sep 2021 17:09:47 -0400 Subject: [PATCH] ajust helium-blockchain-exporter interval and timeout --- .../helium-blockchain-exporter-servicemonitor.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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