[multus] Remove memory limit
Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com>
This commit is contained in:
parent
95a15e75e1
commit
407e2f2930
2 changed files with 1 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
labels:
|
||||
tier: node
|
||||
app: multus
|
||||
@@ -159,10 +159,10 @@ spec:
|
||||
@@ -159,10 +159,9 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
|
|
@ -43,7 +43,6 @@
|
|||
limits:
|
||||
cpu: "100m"
|
||||
- memory: "50Mi"
|
||||
+ memory: "900Mi"
|
||||
securityContext:
|
||||
privileged: true
|
||||
terminationMessagePolicy: FallbackToLogsOnError
|
||||
|
|
|
|||
|
|
@ -162,7 +162,6 @@ spec:
|
|||
memory: "100Mi"
|
||||
limits:
|
||||
cpu: "100m"
|
||||
memory: "900Mi"
|
||||
securityContext:
|
||||
privileged: true
|
||||
terminationMessagePolicy: FallbackToLogsOnError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue