mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:27:04 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"serviceName": "nocohub-service",
|
|
"cluster": "nocohub-001-a",
|
|
"loadBalancers": [
|
|
{
|
|
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-2:249717198246:targetgroup/nocohub-001-ecs-target-group/65afd18ce54b8c81",
|
|
"containerName": "nocohub",
|
|
"containerPort": 8080
|
|
}
|
|
],
|
|
"serviceRegistries": [],
|
|
"desiredCount": 1,
|
|
"capacityProviderStrategy": [
|
|
{
|
|
"capacityProvider": "Infra-ECS-Cluster-nocohub-001-a-dacc1b18-EC2CapacityProvider-9O4bIYBOunVE",
|
|
"weight": 1,
|
|
"base": 0
|
|
}
|
|
],
|
|
"taskDefinition": "arn:aws:ecs:us-east-2:249717198246:task-definition/nocohub-001-task-definition:3",
|
|
"deploymentConfiguration": {
|
|
"maximumPercent": 200,
|
|
"minimumHealthyPercent": 100
|
|
},
|
|
"role": "ecsServiceRole",
|
|
"placementConstraints": [],
|
|
"placementStrategy": [
|
|
{
|
|
"type": "spread",
|
|
"field": "attribute:ecs.availability-zone"
|
|
},
|
|
{
|
|
"type": "spread",
|
|
"field": "instanceId"
|
|
}
|
|
],
|
|
"healthCheckGracePeriodSeconds": 0,
|
|
"schedulingStrategy": "REPLICA",
|
|
"deploymentController": {
|
|
"type": "CODE_DEPLOY"
|
|
},
|
|
"enableECSManagedTags": true,
|
|
"propagateTags": "NONE",
|
|
"enableExecuteCommand": false
|
|
} |