github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/cmd/ecs-client/testdata/ecs.worker.json (about)

     1  {
     2    "services": [
     3      {
     4        "cluster": "mycluster",
     5        "serviceProtocol": "none",
     6        "desiredCount": 1,
     7        "containers": [
     8          {
     9            "containerName": "testservice-worker",
    10            "containerImage": "echoserver",
    11            "containerURI": "gcr.io/google_containers/echoserver:1.4",
    12            "memoryReservation": 64,
    13            "essential": true
    14          }
    15        ]
    16      }
    17    ]
    18  }