Remove zookeeper/mesos template parameters
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
chronos:
|
||||
image: rancher/chronos:latest
|
||||
environment:
|
||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
||||
ZK_SERVICE: ${ZK_SERVICE}
|
||||
ZK_SERVICE: Mesos/zookeeper
|
||||
MESOS_SERVICE: Mesos/mesos-master
|
||||
CHRONOS_HTTP_PORT: ${CHRONOS_HTTP_PORT}
|
||||
ports:
|
||||
- "${CHRONOS_HTTP_PORT}:${CHRONOS_HTTP_PORT}"
|
||||
@@ -4,17 +4,6 @@
|
||||
description: |
|
||||
Distributed, fault-tolerant cron
|
||||
questions:
|
||||
- variable: ZK_SERVICE
|
||||
description: Choose the Zookeeper service to use.
|
||||
label: Zookeeper Service
|
||||
required: true
|
||||
type: service
|
||||
# a stack type would be nice
|
||||
- variable: MESOS_SERVICE
|
||||
description: Choose the Mesos stack to use.
|
||||
label: Mesos Stack
|
||||
required: true
|
||||
type: service
|
||||
- variable: CHRONOS_HTTP_PORT
|
||||
description: Port to expose Chronos on.
|
||||
label: Chronos Port
|
||||
|
||||
Reference in New Issue
Block a user