Skip to content

Commit 4d172d2

Browse files
committed
ASAP-000 chore: log 파이프라인 구축
1 parent 4d218e7 commit 4d172d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.deploy/task/task-definition.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
"logDriver": "awsfirelens",
3535
"options": {
3636
"Labels": "{job=\"lettering\"}",
37-
"Name": "loki",
38-
"URL": "https://106c-121-134-227-161.ngrok-free.app/loki/api/v1/push"
37+
"Name": "http",
38+
"Host": "106c-121-134-227-161.ngrok-free.app",
39+
"Port": "443",
40+
"URI": "/loki/api/v1/push"
3941
}
4042
}
4143
},

0 commit comments

Comments
 (0)