Sha256: 18f4ed9ed23a5dd9f495b534d6ea7073c8c678d4ead4c59d3a8a60e237dcaf08

Contents?: true

Size: 672 Bytes

Versions: 5

Compression:

Stored size: 672 Bytes

Contents

image: ryotarai/hello-sinatra
env:
  $providers:
    - type: file
      path: examples/hello.env
  PORT: 3000
  MESSAGE: '#{username}-san'
port: 3000
scheduler:
  type: ecs
  region: ap-northeast-1
  memory: 100
  cpu: 100
  cluster: eagletmt
  desired_count: 2
  role: ecsServiceRole
  elb:
    listeners:
      - load_balancer_port: 80
        protocol: HTTP
    subnets:
      - subnet-XXXXXXXX
      - subnet-YYYYYYYY
    security_groups:
      - sg-ZZZZZZZZ
front:
  type: nginx
  image_tag: hako-nginx
  s3:
    region: ap-northeast-1
    bucket: nanika
    prefix: hako/front_config
  extra:
    locations:
      /:
        allow_only_from:
          - 10.0.0.0/24

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hako-0.4.0 examples/hello-lb.yml
hako-0.3.1 examples/hello-lb.yml
hako-0.3.0 examples/hello-lb.yml
hako-0.2.1 examples/hello-lb.yml
hako-0.2.0 examples/hello-lb.yml