fix(values): updated values
This commit is contained in:
parent
acaac4b7bb
commit
5a8dd5edb7
|
@ -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
|
||||
|
|
|
@ -12,6 +12,8 @@ image:
|
|||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
httpd:
|
||||
proxy: httpd:80:/
|
||||
redirect: redirect.molgenis.local
|
||||
hostname: test.molgenis.local
|
||||
|
|
Loading…
Reference in New Issue