fix: increase memory limit to 4Gi
This commit is contained in:
@@ -29,6 +29,13 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: openclaw-secrets
|
name: openclaw-secrets
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 4Gi
|
||||||
|
cpu: 2
|
||||||
|
requests:
|
||||||
|
memory: 1Gi
|
||||||
|
cpu: 200m
|
||||||
configMaps:
|
configMaps:
|
||||||
config:
|
config:
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user