Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32555551
D11260.1767199556.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1010 B
Referenced Files
None
Subscribers
None
D11260.1767199556.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11260: [terraform] return to 2 identical identity service instances
Attached
Detach File
Event Timeline
Log In to Comment