Skip to content

Commit 8ad61ff

Browse files
committed
fix: Increase resource limits for the TrustyAI operator
Increased from `cpu:500m,memory:128Mi` to `cpu:900m,memory:700Mi`
1 parent 924bd0e commit 8ad61ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ spec:
5858
periodSeconds: 10
5959
resources:
6060
limits:
61-
cpu: 500m
62-
memory: 128Mi
61+
cpu: 900m
62+
memory: 700Mi
6363
requests:
6464
cpu: 10m
6565
memory: 64Mi

0 commit comments

Comments
 (0)