Reduce mudcraft heap to 4G, lower resource requests
This commit is contained in:
@@ -56,11 +56,11 @@ spec:
|
||||
mountPath: /data/logs
|
||||
resources:
|
||||
requests:
|
||||
memory: 7Gi
|
||||
cpu: 2000m
|
||||
memory: 5Gi
|
||||
cpu: 500m
|
||||
limits:
|
||||
memory: 8Gi
|
||||
cpu: 6000m
|
||||
memory: 6Gi
|
||||
cpu: 4000m
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
|
||||
Reference in New Issue
Block a user