Skip to content

Commit

Permalink
fix: Increase resource limits for the TrustyAI operator (#393)
Browse files Browse the repository at this point in the history
Increased from `cpu:500m,memory:128Mi` to `cpu:900m,memory:700Mi`
  • Loading branch information
ruivieira authored Jan 23, 2025
1 parent 924bd0e commit 47938cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 128Mi
cpu: 900m
memory: 700Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down

0 comments on commit 47938cb

Please sign in to comment.