fix(name): host
This commit is contained in:
parent
500dbc68f7
commit
544a6ef272
@ -49,14 +49,8 @@ questions:
|
|||||||
required: true
|
required: true
|
||||||
label: Hostname
|
label: Hostname
|
||||||
- variable: httpd.proxy
|
- variable: httpd.proxy
|
||||||
default: "[service]:[port]:[path]"
|
default: ""
|
||||||
description: "Proxy for your services (comma separated)"
|
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
label: Proxy
|
label: Proxy
|
||||||
- variable: httpd.hostname
|
|
||||||
default: "test.molgenis.org"
|
|
||||||
description: "Hostname for your stack (comma separated)"
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
label: Hostname (for HTTPD)
|
|
@ -29,7 +29,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: SERVER_NAME
|
- name: SERVER_NAME
|
||||||
value: "{{ .Values.httpd.hostname }}"
|
value: "{{ .Values.ingress.hosts[0].name }}"
|
||||||
- name: PROXY_SERVICE
|
- name: PROXY_SERVICE
|
||||||
value: "{{ .Values.httpd.proxy }}"
|
value: "{{ .Values.httpd.proxy }}"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
Loading…
Reference in New Issue
Block a user