Skip to content

Commit

Permalink
fix: Increase resource limits for the TrustyAI operator (trustyai-exp…
Browse files Browse the repository at this point in the history
…lainability#393)

Increased from `cpu:500m,memory:128Mi` to `cpu:900m,memory:700Mi`

(cherry picked from commit 47938cb)
  • Loading branch information
ruivieira committed Jan 24, 2025
1 parent f79ff91 commit 10dc69d
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 10dc69d

Please sign in to comment.