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

     1  ---
     2  services:
     3  - cluster: mycluster
     4    serviceName: testservice
     5    servicePort: 80
     6    serviceProtocol: HTTP
     7    desiredCount: 1
     8    deregistrationDelay: 30
     9    containers:
    10    - containerName: testservice
    11      containerImage: nginx
    12      containerURI: index.docker.io/nginx:alpine
    13      containerPort: 80
    14      memoryReservation: 128
    15      essential: true
    16    healthCheck:
    17      healthyThreshold: 3
    18      unhealthyThreshold: 3
    19      path: "/"
    20      interval: 60
    21      matcher: "200,301"
    22    ruleConditions:
    23    - hostname: testservice
    24      listeners:
    25      - http
    26      - https