1
0
Fork 0

fix(values): updated values

This commit is contained in:
sido 2018-06-23 15:21:54 +02:00
parent 5fd0cffb6e
commit 4ab9d8441c
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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: