1
0
Fork 0

fix(values): updated values

This commit is contained in:
sido 2018-06-23 15:58:57 +02:00
parent acaac4b7bb
commit 5a8dd5edb7
2 changed files with 10 additions and 8 deletions

View File

@ -48,19 +48,19 @@ questions:
type: hostname
required: true
label: Hostname
- variable: service.proxy
default: ""
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
type: string
required: false
label: Proxy
- variable: service.hostname
- variable: httpd.hostname
default: "test.molgenis.org"
description: "Hostname for your services (comma separated, example: [hostname]:[port])"
type: string
required: false
label: Hostname
- variable: service.redirect
- variable: httpd.proxy
default: ""
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
type: string
required: false
label: Proxy
- variable: httpd.redirect
default: ""
description: "Redirection urls for your services (comma separated, example: [redirection_url])"
type: string

View File

@ -12,6 +12,8 @@ image:
service:
type: ClusterIP
port: 80
httpd:
proxy: httpd:80:/
redirect: redirect.molgenis.local
hostname: test.molgenis.local