cni network model changes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.catalog:
|
||||
name: Chronos
|
||||
version: v1
|
||||
minimum_rancher_version: v1.0.0
|
||||
maximum_rancher_version: v1.2.0-pre3
|
||||
description: |
|
||||
Distributed, fault-tolerant cron
|
||||
questions:
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
chronos:
|
||||
image: rancher/chronos:latest
|
||||
environment:
|
||||
ZK_SERVICE: mesos/zookeeper
|
||||
MESOS_SERVICE: mesos/mesos-master
|
||||
CHRONOS_HTTP_PORT: ${CHRONOS_HTTP_PORT}
|
||||
labels:
|
||||
io.rancher.container.hostname_override: container_name
|
||||
ports:
|
||||
- "${CHRONOS_HTTP_PORT}:${CHRONOS_HTTP_PORT}"
|
||||
privileged: true
|
||||
@@ -0,0 +1,22 @@
|
||||
.catalog:
|
||||
name: Chronos
|
||||
version: v2
|
||||
minimum_rancher_version: v1.2.0-pre4-rc1
|
||||
description: |
|
||||
Distributed, fault-tolerant cron
|
||||
questions:
|
||||
- variable: CHRONOS_HTTP_PORT
|
||||
description: Port to expose Chronos on.
|
||||
label: Chronos Port
|
||||
required: true
|
||||
type: int
|
||||
default: 8080
|
||||
chronos:
|
||||
scale: 1
|
||||
health_check:
|
||||
port: ${CHRONOS_HTTP_PORT}
|
||||
interval: 3000
|
||||
unhealthy_threshold: 2
|
||||
healthy_threshold: 2
|
||||
request_line: '/'
|
||||
response_timeout: 2000
|
||||
@@ -1,7 +1,6 @@
|
||||
name: Chronos
|
||||
description: |
|
||||
Distributed, fault-tolerant cron replacement
|
||||
version: v1
|
||||
version: v2
|
||||
category: Frameworks
|
||||
maintainer: James Oliver <joliver@rancher.com>
|
||||
minimum_rancher_version: v1.0.0
|
||||
|
||||
Reference in New Issue
Block a user