Skip to content

Commit

Permalink
fix Kamaji OOM (#340)
Browse files Browse the repository at this point in the history
Sometimes Kamaji can be killed due to defult limits let's expand them a
little

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced resource management configurations for the `kamaji`
service, enhancing control over CPU and memory allocation.
- Added specifications for resource limits and requests to improve
stability and performance in a Kubernetes environment.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps authored Sep 10, 2024
1 parent 1128d0c commit 240a82f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/system/kamaji/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ kamaji:
pullPolicy: IfNotPresent
tag: v0.14.1@sha256:5a1c82f19552e4ec852880b943290921ec38f4f70b1256848e335f2b96ce09e3
repository: ghcr.io/aenix-io/cozystack/kamaji

resources:
limits:
cpu: 200m
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi

0 comments on commit 240a82f

Please sign in to comment.