Page MenuHomePhorge

D11260.1767199556.diff
No OneTemporary

Size
1010 B
Referenced Files
None
Subscribers
None

D11260.1767199556.diff

diff --git a/services/terraform/remote/service_identity.tf b/services/terraform/remote/service_identity.tf
--- a/services/terraform/remote/service_identity.tf
+++ b/services/terraform/remote/service_identity.tf
@@ -1,5 +1,5 @@
locals {
- identity_service_image_tag = "0.10"
+ identity_service_image_tag = local.is_staging ? "0.12-staging" : "0.10"
identity_service_server_image = "commapp/identity-server:${local.identity_service_image_tag}"
identity_service_container_name = "identity-server"
@@ -31,7 +31,7 @@
http://localhost:3006,
http://localhost:3007,
http://localhost:3008,
- http://localhost:3009,
+ http://localhost:3009
EOT
production_allow_origin_list = "https://web.comm.app"
}
@@ -124,7 +124,7 @@
task_definition = aws_ecs_task_definition.identity_service.arn
force_new_deployment = true
- desired_count = 1
+ desired_count = 2
# Expose Identity service to other services in the cluster
service_connect_configuration {

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 31, 4:45 PM (8 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5874140
Default Alt Text
D11260.1767199556.diff (1010 B)

Event Timeline