Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32156109
D15495.1765035785.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D15495.1765035785.diff
View Options
diff --git a/services/terraform/remote/service_backup.tf b/services/terraform/remote/service_backup.tf
--- a/services/terraform/remote/service_backup.tf
+++ b/services/terraform/remote/service_backup.tf
@@ -196,12 +196,12 @@
content {
target_group {
arn = aws_lb_target_group.backup_service_http.arn
- weight = 100 # 100% EC2
+ weight = 0 # 0% EC2
}
target_group {
arn = aws_lb_target_group.backup_service_http_fargate[0].arn
- weight = 0 # 0% Fargate
+ weight = 100 # 100% Fargate
}
stickiness {
diff --git a/services/terraform/remote/service_blob.tf b/services/terraform/remote/service_blob.tf
--- a/services/terraform/remote/service_blob.tf
+++ b/services/terraform/remote/service_blob.tf
@@ -199,12 +199,12 @@
content {
target_group {
arn = aws_lb_target_group.blob_service_http.arn
- weight = 100 # 100% EC2
+ weight = 0 # 0% EC2
}
target_group {
arn = aws_lb_target_group.blob_service_http_fargate[0].arn
- weight = 0 # 0% Fargate
+ weight = 100 # 100% Fargate
}
stickiness {
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
@@ -291,12 +291,12 @@
content {
target_group {
arn = aws_lb_target_group.identity_service_ws.arn
- weight = 100 # 100% EC2
+ weight = 0 # 0% EC2
}
target_group {
arn = aws_lb_target_group.identity_service_ws_fargate[0].arn
- weight = 0 # 0% Fargate
+ weight = 100 # 100% Fargate
}
stickiness {
@@ -332,12 +332,12 @@
content {
target_group {
arn = aws_lb_target_group.identity_service_grpc.arn
- weight = 100 # Start with 100% EC2
+ weight = 0 # 0% EC2
}
target_group {
arn = aws_lb_target_group.identity_service_grpc_fargate[0].arn
- weight = 0 # Start with 0% Fargate
+ weight = 100 # 100% Fargate
}
stickiness {
diff --git a/services/terraform/remote/service_tunnelbroker.tf b/services/terraform/remote/service_tunnelbroker.tf
--- a/services/terraform/remote/service_tunnelbroker.tf
+++ b/services/terraform/remote/service_tunnelbroker.tf
@@ -330,12 +330,12 @@
content {
target_group {
arn = aws_lb_target_group.tunnelbroker_ws.arn
- weight = 100 # Switch back to 100% EC2
+ weight = 0 # 0% EC2
}
target_group {
arn = aws_lb_target_group.tunnelbroker_ws_fargate[0].arn
- weight = 0 # Switch back to 0% Fargate
+ weight = 100 # 100% Fargate
}
stickiness {
@@ -365,12 +365,12 @@
forward {
target_group {
arn = aws_lb_target_group.tunnelbroker_grpc.arn
- weight = 100 # 100% EC2
+ weight = 0 # Switch to 0% EC2
}
target_group {
arn = aws_lb_target_group.tunnelbroker_grpc_fargate[0].arn
- weight = 0 # 0% Fargate
+ weight = 100 # Switch to 100% Fargate
}
stickiness {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 3:43 PM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5837355
Default Alt Text
D15495.1765035785.diff (3 KB)
Attached To
Mode
D15495: [terraform] route network to Fargate services
Attached
Detach File
Event Timeline
Log In to Comment