Skip to content

Commit 30ad688

Browse files
authored
Merge pull request #283 from alanjino/main
scrapeTimeout increased in kubescape
2 parents 5f50302 + a9662e9 commit 30ad688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kubescape-prometheus-integrator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ maintainers:
1717
url: https://www.linkedin.com/in/bezalel-brandwine
1818
name: kubescape-prometheus-integrator
1919
type: application
20-
version: 0.0.4
20+
version: 0.0.5

charts/kubescape-prometheus-integrator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kubescape:
100100
interval: 20m
101101

102102
# -- adjust to avoid timeout
103-
scrapeTimeout: 300s
103+
scrapeTimeout: 900s
104104

105105
# If needed the service monitor can be deployed to a different namespace than the one kubescape is in
106106
#namespace: my-namespace

0 commit comments

Comments
 (0)