Sha256: bf218efe6be701d2eb4a2102ba5b63376e5465f68cdaabb73939918b62b2b85d

Contents?: true

Size: 638 Bytes

Versions: 4

Compression:

Stored size: 638 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: hello.env
    PORT: 3000
    MESSAGE: '#{username}-san'
front:
  image_tag: hako-nginx
  memory: 32
  cpu: 32
scripts:
  - <<: !include front.yml
    locations:
      /:
        allow_only_from:
          - 10.0.0.0/24

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hako-0.13.3 examples/hello-lb.yml
hako-0.13.2 examples/hello-lb.yml
hako-0.13.1 examples/hello-lb.yml
hako-0.13.0 examples/hello-lb.yml