Sha256: fd7d597d7541c6f59cfc50a1136f430d0361fc0f5fbb29bf5d06061f5eb67de0

Contents?: true

Size: 716 Bytes

Versions: 2

Compression:

Stored size: 716 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:
  type: nginx
  image_tag: hako-nginx
  memory: 32
  cpu: 32
  s3:
    region: ap-northeast-1
    bucket: nanika
    prefix: hako/front_config
  extra:
    locations:
      /:
        allow_only_from:
          - 10.0.0.0/24

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hako-0.6.1 examples/hello-lb.yml
hako-0.6.0 examples/hello-lb.yml