Skip to content

Commit

Permalink
[sysdig] change the default agent container resources to match the sm…
Browse files Browse the repository at this point in the history
…all settings (#221)
  • Loading branch information
deepskyblue86 committed Aug 25, 2021
1 parent 16f25c7 commit 561f3a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions charts/sysdig/CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

This file documents all notable changes to Sysdig Helm Chart. The release numbering uses [semantic versioning](http://semver.org).


## v1.12.13

### Minor changes

- Change the default agent container resources to [the ones for small clusters](https://docs.sysdig.com/en/tuning-sysdig-agent.html)

## v1.12.12

### Bugfixes
Expand Down
3 changes: 1 addition & 2 deletions charts/sysdig/Chart.yaml
@@ -1,7 +1,6 @@
apiVersion: v1
name: sysdig
version: 1.12.12
appVersion: 11.3.0
version: 1.12.13
description: Sysdig Monitor and Secure agent
keywords:
- monitoring
Expand Down
11 changes: 6 additions & 5 deletions charts/sysdig/values.yaml
Expand Up @@ -24,13 +24,14 @@ image:
resources:
# Although resources needed are subjective on the actual workload we provide
# a sane defaults ones. If you have more questions or concerns, please refer
# to Sysdig Support for more info about it
# to Sysdig Support for more info about it.
# See also: https://docs.sysdig.com/en/tuning-sysdig-agent.html
requests:
cpu: 3000m
memory: 3072Mi
cpu: 1000m
memory: 1024Mi
limits:
cpu: 3000m
memory: 3072Mi
cpu: 1000m
memory: 1024Mi

rbac:
# true here enables creation of rbac resources
Expand Down

0 comments on commit 561f3a3

Please sign in to comment.