[multus] Remove memory limit

Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com>
This commit is contained in:
nbykov0 2026-01-08 20:48:28 +03:00
parent 95a15e75e1
commit 407e2f2930
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -162,7 +162,6 @@ spec:
memory: "100Mi"
limits:
cpu: "100m"
memory: "900Mi"
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError