issues
search
cloudnativedaysjp
/
dreamkast-infra
MIT License
13
stars
4
forks
source link
Automated PR (gitops/development/dk-main)
#3969
Closed
gitops-for-cloudnativedays[bot]
closed
2 weeks ago
gitops-for-cloudnativedays[bot]
commented
2 weeks ago
this PR is automatically created & merged
github-actions[bot]
commented
2 weeks ago
:white_check_mark: Preview for stg
```diff ```
github-actions[bot]
commented
2 weeks ago
:white_check_mark: Preview for prod
```diff --- arn:aws:ecs:ap-northeast-1:607167088920:service/dreamkast-prod/seaman +++ prod/seaman/service-def.jsonnet @@ -11,7 +11,6 @@ "enableECSManagedTags": true, "enableExecuteCommand": true, "forceNewDeployment": false, - "healthCheckGracePeriodSeconds": 0, "networkConfiguration": { "awsvpcConfiguration": { "assignPublicIp": "ENABLED", --- arn:aws:ecs:ap-northeast-1:607167088920:task-definition/dreamkast-prod-seaman:101 +++ prod/seaman/task-def.jsonnet @@ -90,7 +90,6 @@ "taskRoleArn": "arn:aws:iam::607167088920:role/dreamkast-prod-ecs-seaman", "volumes": [ { - "host": {}, "name": "config" } ] ```
github-actions[bot]
commented
2 weeks ago
:white_check_mark: Preview for reviewapps
```diff --- arn:aws:ecs:us-west-2:607167088920:task-definition/dreamkast-dev-dk-2436-dk:6 +++ reviewapps/dk-2436/dreamkast/task-def.jsonnet @@ -71,7 +71,7 @@ } ], "essential": true, - "image": "607167088920.dkr.ecr.us-west-2.amazonaws.com/dreamkast-ecs:4894cc6baffbfb20259e39bf6e5ae893e3b6e7fb", + "image": "607167088920.dkr.ecr.us-west-2.amazonaws.com/dreamkast-ecs:32d9780dfe44456726ebed0fde18ba3fa962076b", "logConfiguration": { "logDriver": "awslogs", "options": { @@ -159,7 +159,7 @@ } ], "essential": false, - "image": "607167088920.dkr.ecr.us-west-2.amazonaws.com/dreamkast-ecs:4894cc6baffbfb20259e39bf6e5ae893e3b6e7fb", + "image": "607167088920.dkr.ecr.us-west-2.amazonaws.com/dreamkast-ecs:32d9780dfe44456726ebed0fde18ba3fa962076b", "logConfiguration": { "logDriver": "awslogs", "options": { --- arn:aws:ecs:us-west-2:607167088920:task-definition/dreamkast-dev-dk-2436-fifo-worker:30 +++ reviewapps/dk-2436/dreamkast-fifo-worker/task-def.jsonnet @@ -57,7 +57,7 @@ } ], "essential": true, - "image": "607167088920.dkr.ecr.us-west-2.amazonaws.com/dreamkast-ecs:4894cc6baffbfb20259e39bf6e5ae893e3b6e7fb", + "image": "607167088920.dkr.ecr.us-west-2.amazonaws.com/dreamkast-ecs:32d9780dfe44456726ebed0fde18ba3fa962076b", "logConfiguration": { "logDriver": "awslogs", "options": { ```
this PR is automatically created & merged