Sha256: e194aa0fe9c313e303e3941d7e284b35beba2a7b9419017bedaaadfed70da57b

Contents?: true

Size: 737 Bytes

Versions: 28

Compression:

Stored size: 737 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

28 entries across 28 versions & 1 rubygems

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