mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Fix for eikek/docspell#2498. Added the missing analysis-extra module to solr with the SOLR_OPTS environmnt variable.
This commit is contained in:
@ -34,6 +34,9 @@ spec:
|
|||||||
- docker-entrypoint.sh
|
- docker-entrypoint.sh
|
||||||
- solr-precreate
|
- solr-precreate
|
||||||
- docspell
|
- docspell
|
||||||
|
env:
|
||||||
|
- name: SOLR_OPTS
|
||||||
|
value: "-Dsolr.modules=analysis-extras"
|
||||||
livenessProbe: # Check for a 302 response
|
livenessProbe: # Check for a 302 response
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /solr/admin/info/system
|
path: /solr/admin/info/system
|
||||||
|
Reference in New Issue
Block a user