Sha256: 8e46f26db5a9c5c783c4421dca5660eec083a7782727581f24590e78f2a520f3

Contents?: true

Size: 735 Bytes

Versions: 12

Compression:

Stored size: 735 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 2
  task_role_arn: arn:aws:iam::012345678901:role/HelloRole
  # dynamic_port_mapping is enabled by default with no ELB option
  # dynamic_port_mapping: false
  deployment_configuration:
    maximum_percent: 200
    minimum_healthy_percent: 50
app:
  image: ryotarai/hello-sinatra
  memory: 128
  cpu: 256
  links:
    - redis:redis
  env:
    $providers:
      - type: file
        path: hello.env
    PORT: 3000
    MESSAGE: '#{username}-san'
additional_containers:
  front:
    image_tag: hako-nginx
    memory: 32
    cpu: 32
  redis:
    image_tag: redis:3.0
    cpu: 64
    memory: 512
scripts:
  - <<: !include front.yml
    backend_port: 3000

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hako-0.27.0 examples/hello.yml
hako-0.26.0 examples/hello.yml
hako-0.25.2 examples/hello.yml
hako-0.25.1 examples/hello.yml
hako-0.25.0 examples/hello.yml
hako-0.24.0 examples/hello.yml
hako-0.23.0 examples/hello.yml
hako-0.22.0 examples/hello.yml
hako-0.21.1 examples/hello.yml
hako-0.21.0 examples/hello.yml
hako-0.20.3 examples/hello.yml
hako-0.20.2 examples/hello.yml