mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 14:06:50 +00:00
Merge pull request #6606 from thegcat/configurable_fulltextsearch_connection
Make elasticsearch connection configurable
This commit is contained in:
commit
d2c0176e11
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