Skip to content

Commit

Permalink
chore(networkMode): use host instead of awsvpn (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
yossi-eynav authored Mar 3, 2024
1 parent 611375d commit 3afa945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/.aws/production-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"executionRoleArn": "arn:aws:iam::072085314121:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"networkMode": "host",
"requiresCompatibilities": [
"FARGATE"
],
Expand Down
2 changes: 1 addition & 1 deletion server/.aws/staging-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"executionRoleArn": "arn:aws:iam::072085314121:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"networkMode": "host",
"requiresCompatibilities": [
"FARGATE"
],
Expand Down

0 comments on commit 3afa945

Please sign in to comment.