Skip to content

Commit

Permalink
fix: significantly reduce memory and cpu requirements for dops (#1238)
Browse files Browse the repository at this point in the history
Co-authored-by: Praveen Raju <[email protected]>
  • Loading branch information
cberg-aot and praju-aot authored Feb 29, 2024
1 parent e415c41 commit 76e9fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
vault_role: nonprod
vault_zone: dev
params: |
--set-json dops.containers[0].resources='{"limits": {"cpu": "2000m", "memory": "3000Mi"}, "requests": {"cpu": "1000m", "memory": "2000Mi"}}' \
--set-json dops.containers[0].resources='{"limits": {"cpu": "1000m", "memory": "2000Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json frontend.containers[0].resources='{"limits": {"cpu": "75m", "memory": "150Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json tps-migration.containers[0].resources='{"limits": {"cpu": "75m", "memory": "150Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json vehicles.containers[0].resources='{"limits": {"cpu": "300m", "memory": "500Mi"}, "requests": {"cpu": "200m", "memory": "400Mi"}}' \

0 comments on commit 76e9fb0

Please sign in to comment.