2018-04-10 22:05:47 +02:00
|
|
|
.catalog:
|
|
|
|
name: nexus
|
|
|
|
version: latest
|
|
|
|
description: Nexus for Molgenis
|
|
|
|
minimum_rancher_version: v1.6.3
|
2018-04-10 22:12:54 +02:00
|
|
|
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: "Traefik backend:"
|
|
|
|
required: true
|
|
|
|
default: "test.molgenis.org"
|
|
|
|
type: "string"
|
2018-04-10 22:05:47 +02:00
|
|
|
|
|
|
|
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
|