Sha256: 8b86c1eccd69d143af45df67bf152bb2db62c3321580d168db1b456de740ff24

Contents?: true

Size: 669 Bytes

Versions: 10

Compression:

Stored size: 669 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'
additional_containers:
  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

10 entries across 10 versions & 1 rubygems

Version Path
hako-0.17.2 examples/hello-lb.yml
hako-0.17.1 examples/hello-lb.yml
hako-0.17.0 examples/hello-lb.yml
hako-0.16.0 examples/hello-lb.yml
hako-0.15.3 examples/hello-lb.yml
hako-0.15.2 examples/hello-lb.yml
hako-0.15.1 examples/hello-lb.yml
hako-0.15.0 examples/hello-lb.yml
hako-0.14.1 examples/hello-lb.yml
hako-0.14.0 examples/hello-lb.yml