Marathon v1.1.1

This commit is contained in:
James Oliver
2016-05-24 16:22:56 -07:00
parent 3ff389cc11
commit e343c3ee4e
5 changed files with 31 additions and 7 deletions
@@ -0,0 +1,18 @@
.catalog:
version: v1.1.1
questions:
- variable: MARATHON_HTTP_PORT
description: Port to expose Marathon on.
label: Marathon Port
required: true
type: int
default: 8080
marathon:
scale: 1
health_check:
port: ${MARATHON_HTTP_PORT}
interval: 3000
unhealthy_threshold: 2
healthy_threshold: 2
request_line: '/'
response_timeout: 2000