1
0

chore(0 and 1): added latest and stable tag

This commit is contained in:
sido
2018-03-15 00:20:13 +01:00
parent fcac809118
commit f832f9806e
20 changed files with 482 additions and 224 deletions

View File

@@ -0,0 +1,28 @@
.catalog:
name: molgenis
version: v6.0.0
description: Molgenis
minimum_rancher_version: v1.6.3
questions:
- variable: "DOMAINS"
description: "Domain you want to use (comma seperated)"
label: "Domains:"
required: true
default: "test.molgenis.org,test.dcktest.gcc.rug.nl"
type: "string"
- variable: "TRAEFIK_BACKEND"
description: "Name of the server when added to loadbalancer"
label: "Backend:"
required: true
default: "test.molgenis.org"
type: "string"
start_on_create: true
scale: 1
health_check:
port: 8080
interval: 5000
unhealthy_threshold: 3
request_line: 'GET / HTTP/1.0'
healthy_threshold: 2
response_timeout: 5000