Skip to content

Commit

Permalink
Merge pull request #125 from alanjino/main
Browse files Browse the repository at this point in the history
updated kubescape resouce limit
  • Loading branch information
jebjohns authored Dec 15, 2023
2 parents b60ef0f + 52a20f5 commit a02071b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubescape-prometheus-integrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ maintainers:
url: https://www.linkedin.com/in/bezalel-brandwine
name: kubescape-prometheus-integrator
type: application
version: 0.0.2
version: 0.0.3
4 changes: 2 additions & 2 deletions charts/kubescape-prometheus-integrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a02071b

Please sign in to comment.