Skip to content

Commit

Permalink
Merge pull request #78 from 2i2c-org/cut-resources-2
Browse files Browse the repository at this point in the history
Cut resources even more
  • Loading branch information
yuvipanda authored Feb 8, 2025
2 parents 3f3e834 + 4f12cc5 commit 3efb4c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
paths:
- helm-charts/app/Chart.yaml
- helm-charts/apps/common.values.yaml
- helm-charts/apps/prod.values.yaml
- helm-charts/app/common.values.yaml
- helm-charts/app/prod.values.yaml
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
paths:
- helm-charts/app/Chart.yaml
- helm-charts/apps/common.values.yaml
- helm-charts/apps/staging.values.yaml
- helm-charts/app/common.values.yaml
- helm-charts/app/staging.values.yaml
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/app/prod/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
frx-challenges:
resources:
requests:
memory: 2Gi
memory: 1Gi
cpu: 1
limits:
memory: 8Gi
cpu: 2
memory: 4Gi
cpu: 1
nginx:
resources:
requests:
Expand Down
3 changes: 0 additions & 3 deletions helm-charts/app/staging/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ frx-challenges:
CSRF_TRUSTED_ORIGINS:
- https://staging.cellmapchallenge.2i2c.cloud
DEBUG: True
EVALUATOR_DOCKER_CONTAINER_CPU_LIMIT: 40
# Set this to 300G now to see how much it actually gets to
EVALUATOR_DOCKER_CONTAINER_MEMORY_LIMIT: 375809638400
SOCIALACCOUNT_PROVIDERS:
github:
APP:
Expand Down

0 comments on commit 3efb4c3

Please sign in to comment.