koschei: allow frontend pods more memory limits

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-12-07 12:16:40 -08:00
parent e94e7019ee
commit a3996e0553

View file

@ -31,8 +31,8 @@ spec:
cpu: 500m
memory: 256Mi
limits:
cpu: 2000m
memory: 768Mi
cpu: 3000m
memory: 896Mi
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5