Increase memory limitation for stackage-server-cron

During process with hoogle, the memory usage excceeds 2GiB and causes pod crashing loop.
This commit is contained in:
Magicloud 2020-03-08 15:37:45 +08:00
parent c362dafc18
commit 83b3fcc44a

View File

@ -28,9 +28,9 @@ cronResources:
resources:
requests:
cpu: 150m
memory: 1048Mi
memory: 2Gi
limits:
cpu: 200m
memory: 2096Mi
memory: 4Gi
registrySecretName: registry-key