issues
search
cloudnativedaysjp
/
dreamkast-infra
MIT License
13
stars
4
forks
source link
Automated PR (gitops/development/dk-main)
#3924
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 --- arn:aws:ecs:us-west-2:607167088920:service/dreamkast-stg/dreamkast-fifo-worker +++ stg/dreamkast-fifo-worker/service-def.jsonnet @@ -11,7 +11,6 @@ "enableECSManagedTags": true, "enableExecuteCommand": true, "forceNewDeployment": false, - "healthCheckGracePeriodSeconds": 0, "networkConfiguration": { "awsvpcConfiguration": { "assignPublicIp": "ENABLED", ```
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:54 +++ prod/seaman/task-def.jsonnet @@ -90,7 +90,6 @@ "taskRoleArn": "arn:aws:iam::607167088920:role/dreamkast-prod-ecs-seaman", "volumes": [ { - "host": {}, "name": "config" } ] ```
this PR is automatically created & merged