Sha256: a7c3cb7a0f78c04423fe5cf182b53a4715c44f1fe28e269b82b0f78d516b5db2

Contents?: true

Size: 733 Bytes

Versions: 28

Compression:

Stored size: 733 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 2
  role: ecsServiceRole
  # dynamic_port_mapping cannot be enabled with elb
  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
  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
    backend_port: 3000
    locations:
      /:
        allow_only_from:
          - 10.0.0.0/24

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hako-2.0.4 examples/hello-lb.yml
hako-2.0.3 examples/hello-lb.yml
hako-2.0.2 examples/hello-lb.yml
hako-2.0.1 examples/hello-lb.yml
hako-2.0.0 examples/hello-lb.yml
hako-1.9.0 examples/hello-lb.yml
hako-1.8.4 examples/hello-lb.yml
hako-1.8.3 examples/hello-lb.yml
hako-1.8.2 examples/hello-lb.yml
hako-1.8.1 examples/hello-lb.yml
hako-1.8.0 examples/hello-lb.yml
hako-1.7.0 examples/hello-lb.yml
hako-1.6.2 examples/hello-lb.yml
hako-1.6.1 examples/hello-lb.yml
hako-1.6.0 examples/hello-lb.yml
hako-1.5.2 examples/hello-lb.yml
hako-1.5.1 examples/hello-lb.yml
hako-1.5.0 examples/hello-lb.yml
hako-1.4.0 examples/hello-lb.yml
hako-1.3.3 examples/hello-lb.yml