Sha256: 9c7b5249bb0cf1f177490ded71a66e63afec5883e50d9595c150f803b69cb1b0

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

{
    scheduler: {
        type: 'ecs',
        region: 'ap-northeast-1',
        cluster: 'eagletmt',
        desired_count: 2,
        role: 'ecsServiceRole',
        autoscaling_group_for_oneshot: 'hako-batch-cluster',
    },
    app: {
        image: 'ryotarai/hello-sinatra',
        memory: 128,
        cpu: 256,
        env: {
            PORT: '3000',
            MESSAGE: 'hello',
        },
        command: ['echo', 'heavy offline job'],
    },
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hako-2.2.0 examples/hello-autoscaling-group.jsonnet
hako-2.1.0 examples/hello-autoscaling-group.jsonnet