Added limit, it was crashing without one.

This commit is contained in:
Joseph Hanson 2023-12-12 09:19:50 -06:00
parent 58ec4cd87d
commit e7be552415
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -67,6 +67,7 @@ spec:
mgr: mgr:
limits: limits:
cpu: "1000m" cpu: "1000m"
memory: "4Gi"
requests: requests:
cpu: "1000m" cpu: "1000m"
memory: "4Gi" memory: "4Gi"