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:
2026-01-11 22:12:51 +09:00
parent d38634bbb7
commit e9b509d15f

View File

@@ -35,9 +35,9 @@ controllers:
resources:
requests:
cpu: 15m
memory: 121Mi
memory: 256Mi
limits:
memory: 121Mi
memory: 256Mi
service:
zot:
controller: zot