Merge branch 'add-nexus-support' of p281392/molgenis-ops-rancher into master
This commit is contained in:
commit
72258ca87c
@ -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
|
||||
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
@ -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
|
@ -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
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue
Block a user