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])"
|
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
||||||
type: string
|
type: string
|
||||||
required: false
|
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
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: SERVER_NAME
|
- name: SERVER_NAME
|
||||||
value: "{{ .Values.ingress.hosts[0].name }}"
|
value: "{{ .Values.httpd.hostname }}"
|
||||||
- name: PROXY_SERVICE
|
- name: PROXY_SERVICE
|
||||||
value: "{{ .Values.httpd.proxy }}"
|
value: "{{ .Values.httpd.proxy }}"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user