From fb6a8ff753f51bef504597cbec0c3de1f10e192b Mon Sep 17 00:00:00 2001 From: alanjino Date: Tue, 17 Oct 2023 19:41:05 +0530 Subject: [PATCH] updated kubescape resouce limit --- charts/kubescape-prometheus-integrator/Chart.yaml | 2 +- charts/kubescape-prometheus-integrator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kubescape-prometheus-integrator/Chart.yaml b/charts/kubescape-prometheus-integrator/Chart.yaml index c1f5ce2..3df019e 100644 --- a/charts/kubescape-prometheus-integrator/Chart.yaml +++ b/charts/kubescape-prometheus-integrator/Chart.yaml @@ -17,4 +17,4 @@ maintainers: url: https://www.linkedin.com/in/bezalel-brandwine name: kubescape-prometheus-integrator type: application -version: 0.0.2 \ No newline at end of file +version: 0.0.3 \ No newline at end of file diff --git a/charts/kubescape-prometheus-integrator/values.yaml b/charts/kubescape-prometheus-integrator/values.yaml index 430a91b..24f7967 100644 --- a/charts/kubescape-prometheus-integrator/values.yaml +++ b/charts/kubescape-prometheus-integrator/values.yaml @@ -61,7 +61,7 @@ kubescape: memory: 256Mi limits: cpu: 500m - memory: 500Mi + memory: 1Gi # -- enable host scanner feature: https://hub.armosec.io/docs/host-sensor enableHostScan: false @@ -100,7 +100,7 @@ kubescape: interval: 20m # -- adjust to avoid timeout - scrapeTimeout: 100s + scrapeTimeout: 300s # If needed the service monitor can be deployed to a different namespace than the one kubescape is in #namespace: my-namespace