Added limit, it was crashing without one.
This commit is contained in:
parent
58ec4cd87d
commit
e7be552415
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue