Skip to content

Commit

Permalink
Fix cpu limits for ad
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jun 3, 2024
1 parent 00e7ef5 commit 82bf5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ad/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ containers:
resources:
limits:
memory: "150Mi"
cpu: "250m"
cpu: "280m"
requests:
memory: "120Mi"
cpu: "230m"
cpu: "250m"
service:
ports:
grpc:
Expand Down

0 comments on commit 82bf5b8

Please sign in to comment.