Skip to content

Commit

Permalink
Increase staging server resources for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Mar 28, 2024
1 parent 2d3eaaf commit 3141c33
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .helm/values.staging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
appEnv: staging
djangoSettingsModule: reopt_api.staging_settings
djangoReplicas: 3
djangoMemoryRequest: "2800Mi"
djangoMemoryLimit: "2800Mi"
celeryReplicas: 6
celeryMemoryRequest: "900Mi"
celeryMemoryLimit: "900Mi"
juliaReplicas: 6
juliaCpuRequest: "1000m"
juliaCpuLimit: "4000m"
juliaMemoryRequest: "8000Mi"
juliaMemoryLimit: "8000Mi"
juliaMemoryRequest: "12000Mi"
juliaMemoryLimit: "12000Mi"

0 comments on commit 3141c33

Please sign in to comment.