fix(values): updated values
This commit is contained in:
parent
c0ea683e19
commit
197f5e2abc
@ -60,3 +60,9 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
required: false
|
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 }}"
|
value: "{{ .Values.service.hostname }}"
|
||||||
- name: PROXY_SERVICE
|
- name: PROXY_SERVICE
|
||||||
value: "{{ .Values.service.proxy }}"
|
value: "{{ .Values.service.proxy }}"
|
||||||
|
- name: PROXY_SERVICE
|
||||||
|
value: "{{ .Values.service.redirect }}"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
@ -13,6 +13,7 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
proxy: httpd:80:/
|
proxy: httpd:80:/
|
||||||
|
redirect: redirect.molgenis.org
|
||||||
hostname: test.molgenis.org
|
hostname: test.molgenis.org
|
||||||
volume:
|
volume:
|
||||||
username: molgenis
|
username: molgenis
|
||||||
|
Loading…
Reference in New Issue
Block a user