Skip to content

Commit

Permalink
Reduce production worker memory (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Dec 7, 2023
1 parent ff5242b commit 90ccc24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/aks/workspace_variables/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"api_replicas": 2,
"api_max_memory": "4Gi",
"ui_replicas": 2,
"worker_max_memory": "4Gi",
"worker_replicas": 2,
"postgres_flexible_server_sku": "GP_Standard_D2ds_v4",
"postgres_enable_high_availability": true,
Expand Down

0 comments on commit 90ccc24

Please sign in to comment.