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:
|
||||
limits:
|
||||
cpu: "1000m"
|
||||
memory: "4Gi"
|
||||
requests:
|
||||
cpu: "1000m"
|
||||
memory: "4Gi"
|
||||
|
|
Reference in a new issue