Sha256: 6102715681180e36b3a40d36a1af3fa29e563ea5b9cb27c1955b4b0168ae0542

Contents?: true

Size: 731 Bytes

Versions: 14

Compression:

Stored size: 731 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 2
  role: ecsServiceRole
  # dynamic_port_mapping cannot be enabled with elb
  elb:
    listeners:
      - load_balancer_port: 80
        protocol: HTTP
    subnets:
      - subnet-XXXXXXXX
      - subnet-YYYYYYYY
    security_groups:
      - sg-ZZZZZZZZ
app:
  image: ryotarai/hello-sinatra
  memory: 128
  cpu: 256
  env:
    $providers:
      - type: file
        path: hello.env
    PORT: 3000
    MESSAGE: '#{username}-san'
additional_containers:
  front:
    image_tag: hako-nginx
    memory: 32
    cpu: 32
scripts:
  - <<: !include front.yml
    backend_port: 3000
    locations:
      /:
        allow_only_from:
          - 10.0.0.0/24

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hako-0.27.0 examples/hello-lb.yml
hako-0.26.0 examples/hello-lb.yml
hako-0.25.2 examples/hello-lb.yml
hako-0.25.1 examples/hello-lb.yml
hako-0.25.0 examples/hello-lb.yml
hako-0.24.0 examples/hello-lb.yml
hako-0.23.0 examples/hello-lb.yml
hako-0.22.0 examples/hello-lb.yml
hako-0.21.1 examples/hello-lb.yml
hako-0.21.0 examples/hello-lb.yml
hako-0.20.3 examples/hello-lb.yml
hako-0.20.2 examples/hello-lb.yml
hako-0.20.1 examples/hello-lb.yml
hako-0.20.0 examples/hello-lb.yml