Sha256: b8259243ece2d9ed203022048b01e6d3a5dbba49eec211fac4d34fbd09a13e6a

Contents?: true

Size: 598 Bytes

Versions: 11

Compression:

Stored size: 598 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 2
  role: ecsServiceRole
  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
  port: 3000
  env:
    $providers:
      - type: file
        path: examples/hello.env
    PORT: 3000
    MESSAGE: '#{username}-san'
front:
  <<: !include front.yml
  extra:
    locations:
      /:
        allow_only_from:
          - 10.0.0.0/24

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hako-0.8.5 examples/hello-lb.yml
hako-0.8.4 examples/hello-lb.yml
hako-0.8.3 examples/hello-lb.yml
hako-0.8.2 examples/hello-lb.yml
hako-0.8.1 examples/hello-lb.yml
hako-0.8.0 examples/hello-lb.yml
hako-0.7.4 examples/hello-lb.yml
hako-0.7.3 examples/hello-lb.yml
hako-0.7.2 examples/hello-lb.yml
hako-0.7.1 examples/hello-lb.yml
hako-0.7.0 examples/hello-lb.yml