fix(values): updated values
This commit is contained in:
parent
5fd0cffb6e
commit
4ab9d8441c
|
@ -53,4 +53,10 @@ questions:
|
|||
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
||||
type: string
|
||||
required: false
|
||||
label: Proxy
|
||||
label: Proxy
|
||||
- variable: httpd.hostname
|
||||
default: "test.molgenis.org"
|
||||
description: "Hostname for your services (comma separated, example: [hostname]:[port])"
|
||||
type: string
|
||||
required: false
|
||||
label: Hostname
|
|
@ -29,7 +29,7 @@ spec:
|
|||
protocol: TCP
|
||||
env:
|
||||
- name: SERVER_NAME
|
||||
value: "{{ .Values.ingress.hosts[0].name }}"
|
||||
value: "{{ .Values.httpd.hostname }}"
|
||||
- name: PROXY_SERVICE
|
||||
value: "{{ .Values.httpd.proxy }}"
|
||||
livenessProbe:
|
||||
|
|
Loading…
Reference in New Issue