fix(values): updated values
This commit is contained in:
parent
197f5e2abc
commit
acaac4b7bb
|
@ -61,7 +61,7 @@ questions:
|
|||
required: false
|
||||
label: Hostname
|
||||
- variable: service.redirect
|
||||
default: "test.molgenis.org"
|
||||
default: ""
|
||||
description: "Redirection urls for your services (comma separated, example: [redirection_url])"
|
||||
type: string
|
||||
required: false
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
value: "{{ .Values.service.hostname }}"
|
||||
- name: PROXY_SERVICE
|
||||
value: "{{ .Values.service.proxy }}"
|
||||
- name: PROXY_SERVICE
|
||||
- name: REDIRECT_URL
|
||||
value: "{{ .Values.service.redirect }}"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -13,8 +13,8 @@ service:
|
|||
type: ClusterIP
|
||||
port: 80
|
||||
proxy: httpd:80:/
|
||||
redirect: redirect.molgenis.org
|
||||
hostname: test.molgenis.org
|
||||
redirect: redirect.molgenis.local
|
||||
hostname: test.molgenis.local
|
||||
volume:
|
||||
username: molgenis
|
||||
email: admin@molgenis.org
|
||||
|
|
Loading…
Reference in New Issue