fix(values): updated values
This commit is contained in:
parent
acaac4b7bb
commit
5a8dd5edb7
@ -48,19 +48,19 @@ questions:
|
|||||||
type: hostname
|
type: hostname
|
||||||
required: true
|
required: true
|
||||||
label: Hostname
|
label: Hostname
|
||||||
- variable: service.proxy
|
- variable: httpd.hostname
|
||||||
default: ""
|
|
||||||
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
|
||||||
type: string
|
|
||||||
required: false
|
|
||||||
label: Proxy
|
|
||||||
- variable: service.hostname
|
|
||||||
default: "test.molgenis.org"
|
default: "test.molgenis.org"
|
||||||
description: "Hostname for your services (comma separated, example: [hostname]:[port])"
|
description: "Hostname for your services (comma separated, example: [hostname]:[port])"
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
label: Hostname
|
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: ""
|
default: ""
|
||||||
description: "Redirection urls for your services (comma separated, example: [redirection_url])"
|
description: "Redirection urls for your services (comma separated, example: [redirection_url])"
|
||||||
type: string
|
type: string
|
||||||
|
@ -12,6 +12,8 @@ image:
|
|||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
httpd:
|
||||||
proxy: httpd:80:/
|
proxy: httpd:80:/
|
||||||
redirect: redirect.molgenis.local
|
redirect: redirect.molgenis.local
|
||||||
hostname: test.molgenis.local
|
hostname: test.molgenis.local
|
||||||
|
Loading…
Reference in New Issue
Block a user