fix(name): host
This commit is contained in:
parent
500dbc68f7
commit
544a6ef272
@ -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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user