1
0
Fork 0

Merge branch 'add-nexus-support' of p281392/molgenis-ops-rancher into master

This commit is contained in:
Sido Haakma 2018-04-10 22:13:45 +02:00 committed by Gogs
commit 72258ca87c
5 changed files with 27 additions and 1 deletions

View File

@ -3,6 +3,19 @@
version: latest
description: Jenkins for 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: "Traefik backend:"
required: true
default: "test.molgenis.org"
type: "string"
start_on_create: true
scale: 1

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -1,7 +1,7 @@
name: Molgenis
description: |
Molgenis | Flexible software for scientific data
version: v7.0.0
version: latest
category: All
maintainer: Molgenis DEV-team and community-members
projectURL: https://www.molgenis.org

View File

@ -3,6 +3,19 @@
version: latest
description: Nexus for 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: "Traefik backend:"
required: true
default: "test.molgenis.org"
type: "string"
start_on_create: true
scale: 1

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB