PERF(zot): increase memory to 256Mi
- Double memory request from 121Mi to 256Mi - Double memory limit from 121Mi to 256Mi - Fix OOM during image push operations
This commit is contained in:
@@ -35,9 +35,9 @@ controllers:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 121Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 121Mi
|
||||
memory: 256Mi
|
||||
service:
|
||||
zot:
|
||||
controller: zot
|
||||
|
||||
Reference in New Issue
Block a user