Skip to content

Commit

Permalink
More adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jun 3, 2024
1 parent 6a831bb commit 00e7ef5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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: "150m"
cpu: "250m"
requests:
memory: "120Mi"
cpu: "120m"
cpu: "230m"
service:
ports:
grpc:
Expand Down
4 changes: 2 additions & 2 deletions apps/checkout/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ containers:
resources:
limits:
memory: "80Mi"
cpu: "30m"
cpu: "60m"
requests:
memory: "60Mi"
cpu: "10m"
cpu: "40m"
resources:
cartservice:
type: service
Expand Down
4 changes: 2 additions & 2 deletions apps/currency/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ containers:
resources:
limits:
memory: "90Mi"
cpu: "40m"
cpu: "140m"
requests:
memory: "70Mi"
cpu: "20m"
cpu: "120m"
service:
ports:
grpc:
Expand Down
4 changes: 2 additions & 2 deletions apps/email/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ containers:
resources:
limits:
memory: "70Mi"
cpu: "30m"
cpu: "130m"
requests:
memory: "50Mi"
cpu: "10m"
cpu: "110m"
service:
ports:
grpc:
Expand Down
8 changes: 4 additions & 4 deletions apps/frontend/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ containers:
ENABLE_ASSISTANT: "false"
resources:
limits:
memory: "128Mi"
cpu: "200m"
memory: "50Mi"
cpu: "50m"
requests:
memory: "40Mi"
cpu: "40m"
memory: "30Mi"
cpu: "30m"
resources:
adservice:
type: service
Expand Down
4 changes: 2 additions & 2 deletions apps/loadgenerator/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ containers:
resources:
limits:
memory: "220Mi"
cpu: "30m"
cpu: "100m"
requests:
memory: "200Mi"
cpu: "10m"
cpu: "80m"
resources:
frontend:
type: service

0 comments on commit 00e7ef5

Please sign in to comment.