Skip to content

Commit

Permalink
increase resources requests/limits
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Apr 3, 2024
1 parent 805cfe4 commit 0c0735f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/kubernetes-crd/compare/0.9.0...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/kubernetes-crd/compare/0.10.0...HEAD

## [0.10.0][] - 2024-04-03

[0.10.0]: https://github.com/chaostoolkit-incubator/kubernetes-crd/compare/0.9.0...0.10.0

### Changed

* Increased CPU/Memory requests and limits for Chaos Toolkit pods so that
more resource intensive experiments can run fine

## [0.9.0][] - 2024-03-25

Expand Down
8 changes: 4 additions & 4 deletions manifests/base/common/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ data:
name: chaostoolkit-env
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
cpu: 500m
memory: 512Mi
volumeMounts:
- name: chaostoolkit-settings
mountPath: /home/svc/.chaostoolkit/
Expand Down

0 comments on commit 0c0735f

Please sign in to comment.