mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
increase capi-operator resources limits (#400)
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
8
packages/system/capi-operator/values.yaml
Normal file
8
packages/system/capi-operator/values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
cluster-api-operator:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
Reference in New Issue
Block a user