Skip to content

Commit

Permalink
[PROGRESS UPDATE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Mar 7, 2024
1 parent a5d1c9a commit 24f0c03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ develop-eggs/
dist/
downloads/
eggs/
.terraform
.eggs/
lib/
lib64/
Expand Down
3 changes: 3 additions & 0 deletions curl.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
curl -X POST -H "Content-Type: application/json" -d '{"message": "Hello, world!"}' https://18.207.218.138:8000/v1/completion


2 changes: 1 addition & 1 deletion swarm_cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resource "aws_autoscaling_group" "model_api_asg" {

resource "aws_lb_target_group" "model_api_tg" {
name = "model-api-tg"
port = 80
port = 8000
protocol = "HTTP"
vpc_id = aws_vpc.main.id

Expand Down

0 comments on commit 24f0c03

Please sign in to comment.