task definition updates

pull/878/head
Octavio Cano 2023-09-12 22:33:08 +09:00
rodzic 420209cff5
commit 8463125283
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ env:
ECR_REPOSITORY: ocano/streampod-vms # set this to your Amazon ECR repository name
ECS_SERVICE: streampod-vms-service # set this to your Amazon ECS service name
ECS_CLUSTER: StreamPodCluster # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: streampod-vms-task-definition.yml # set this to the path to your Amazon ECS task definition
ECS_TASK_DEFINITION: streampod-vms-task-definition # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
CONTAINER_NAME: streampod-vms # set this to the name of the container in the
# containerDefinitions section of your task definition

Wyświetl plik

@ -25,7 +25,7 @@
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/streampod-vms-task-definition",
"awslogs-region": "us-east-1",
"awslogs-region": "ap-northeast-1",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []