Marathon v1.1.1
This commit is contained in:
parent
3ff389cc11
commit
e343c3ee4e
@ -1,5 +1,5 @@
|
||||
marathon:
|
||||
image: rancher/marathon:latest
|
||||
image: rancher/marathon:v1.1.0
|
||||
environment:
|
||||
ZK_SERVICE: Mesos/zookeeper
|
||||
MESOS_SERVICE: Mesos/mesos-master
|
||||
|
@ -1,8 +1,5 @@
|
||||
.catalog:
|
||||
name: Marathon
|
||||
version: v1
|
||||
description: |
|
||||
Container orchestration platform for Mesos and DCOS
|
||||
version: v1.1.0
|
||||
questions:
|
||||
- variable: MARATHON_HTTP_PORT
|
||||
description: Port to expose Marathon on.
|
||||
|
9
mesos-templates/marathon/1/docker-compose.yml
Normal file
9
mesos-templates/marathon/1/docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
marathon:
|
||||
image: rancher/marathon:v1.1.1
|
||||
environment:
|
||||
ZK_SERVICE: Mesos/zookeeper
|
||||
MESOS_SERVICE: Mesos/mesos-master
|
||||
MARATHON_HTTP_PORT: ${MARATHON_HTTP_PORT}
|
||||
ports:
|
||||
- "${MARATHON_HTTP_PORT}:${MARATHON_HTTP_PORT}"
|
||||
privileged: true
|
18
mesos-templates/marathon/1/rancher-compose.yml
Normal file
18
mesos-templates/marathon/1/rancher-compose.yml
Normal file
@ -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
|
@ -1,7 +1,7 @@
|
||||
name: Marathon
|
||||
description: |
|
||||
A production-grade container orchestration platform
|
||||
version: v1
|
||||
version: v1.1.1
|
||||
category: Frameworks
|
||||
maintainer: James Oliver <joliver@rancher.com>
|
||||
minimum_rancher_version: v1.0.0
|
Loading…
x
Reference in New Issue
Block a user