makes cloud search possible.

This commit is contained in:
2023-05-04 17:07:08 -07:00
parent 2bb1da1636
commit b200728c6a
30 changed files with 1308 additions and 451 deletions

View File

@@ -55,15 +55,10 @@ resource "aws_ecs_service" "integreat_app" {
}
capacity_provider_strategy {
base = 0
base = 1
capacity_provider = "FARGATE_SPOT"
weight = 5
}
capacity_provider_strategy {
base = 1
capacity_provider = "FARGATE"
weight = 1
}
deployment_circuit_breaker {
enable = false
@@ -457,7 +452,6 @@ module "load_historical_sales_job" {
memory = 4096
cpu = 1024
}
*/
module "restore_from_backup_job" {
source = "./background-job/"
@@ -483,3 +477,4 @@ module "ntg_job" {
memory = 4096
cpu = 1024
}
*/