restructure dirs
This commit is contained in:
31
molgenis-httpd/questions.yml
Normal file
31
molgenis-httpd/questions.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
categories:
|
||||
- MOLGENIS
|
||||
questions:
|
||||
- variable: ingress.hosts[0].name
|
||||
default: "test.molgenis.org"
|
||||
description: "Hostname for your stack"
|
||||
type: hostname
|
||||
required: true
|
||||
group: "Services and Load Balancing"
|
||||
label: Hostname
|
||||
- variable: httpd.hostname
|
||||
default: "test.molgenis.org"
|
||||
description: "Hostname for your services (comma separated, example: [hostname]:[port])"
|
||||
type: string
|
||||
required: false
|
||||
group: "Apache configuration"
|
||||
label: Hostname
|
||||
- variable: httpd.proxy
|
||||
default: ""
|
||||
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
||||
type: string
|
||||
required: false
|
||||
group: "Apache configuration"
|
||||
label: Proxy
|
||||
- variable: httpd.redirect
|
||||
default: ""
|
||||
description: "Redirection urls for your services (comma separated, example: [redirection_url])"
|
||||
type: string
|
||||
required: false
|
||||
group: "Apache configuration"
|
||||
label: Redirection
|
||||
Reference in New Issue
Block a user