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

View File

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