mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Make elasticsearch connection configurable
Signed-off-by: Felix Schäfer <felix@thegcat.net>
This commit is contained in:
parent
e4b400e605
commit
90b1a64572
4 changed files with 14 additions and 2 deletions
|
|
@ -110,6 +110,12 @@ spec:
|
|||
value: "{{ .Values.FULLTEXTSEARCH_ENABLED }}"
|
||||
- name: FULLTEXTSEARCH_HOST
|
||||
value: nextcloud-aio-fulltextsearch
|
||||
- name: FULLTEXTSEARCH_PORT
|
||||
value: 9200
|
||||
- name: FULLTEXTSEARCH_USER
|
||||
value: elastic
|
||||
- name: FULLTEXTSEARCH_INDEX
|
||||
value: nextcloud-aio
|
||||
- name: FULLTEXTSEARCH_PASSWORD
|
||||
value: "{{ .Values.FULLTEXTSEARCH_PASSWORD }}"
|
||||
- name: IMAGINARY_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue