1
0
Fork 0

fix(proxy): add proxy

This commit is contained in:
sido 2018-06-22 23:14:49 +02:00
parent 1b24efe38f
commit 663dabd75c
2 changed files with 10 additions and 4 deletions

View File

@ -43,14 +43,20 @@ questions:
group: "Services and Load Balancing"
subquestions:
- variable: ingress.hosts[0].name
default: ""
description: "Hostname to your stack"
default: "test.molgenis.org"
description: "Hostname for your stack"
type: hostname
required: true
label: Hostname
- variable: httpd.proxy
default: "[service]:[port]:[path]"
description: "Proxy to services (comma separated)"
description: "Proxy for your services (comma separated)"
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: Proxy

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: