Sha256: fbf593600f45bcb2cfb909f85b674f245c0cad74c2903bc945d500b511e89ddb

Contents?: true

Size: 718 Bytes

Versions: 2

Compression:

Stored size: 718 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: 100
  cpu: 100
  port: 3000
  env:
    $providers:
      - type: file
        path: examples/hello.env
    PORT: 3000
    MESSAGE: '#{username}-san'
front:
  type: nginx
  image_tag: hako-nginx
  memory: 100
  cpu: 100
  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.5.1 examples/hello-lb.yml
hako-0.5.0 examples/hello-lb.yml