fix(proxy): add proxy
This commit is contained in:
parent
1b24efe38f
commit
663dabd75c
@ -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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user