makes cloud search possible.
This commit is contained in:
@@ -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
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user