1
0
Fork 0

fix(name): host

This commit is contained in:
sido 2018-06-23 15:07:16 +02:00
parent 500dbc68f7
commit 544a6ef272
2 changed files with 4 additions and 10 deletions

View File

@ -49,14 +49,8 @@ questions:
required: true
label: Hostname
- variable: httpd.proxy
default: "[service]:[port]:[path]"
description: "Proxy for your services (comma separated)"
default: ""
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
type: string
required: false
label: Proxy
- variable: httpd.hostname
default: "test.molgenis.org"
description: "Hostname for your stack (comma separated)"
type: string
required: true
label: Hostname (for HTTPD)
label: Proxy

View File

@ -29,7 +29,7 @@ spec:
protocol: TCP
env:
- name: SERVER_NAME
value: "{{ .Values.httpd.hostname }}"
value: "{{ .Values.ingress.hosts[0].name }}"
- name: PROXY_SERVICE
value: "{{ .Values.httpd.proxy }}"
livenessProbe: