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