mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
fix Kamaji OOM (#340)
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 <kvapss@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user