mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-26 09:05:06 +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:
parent
0e38817ceb
commit
54060a2f5a
@ -34,6 +34,9 @@ spec:
|
||||
- docker-entrypoint.sh
|
||||
- solr-precreate
|
||||
- docspell
|
||||
env:
|
||||
- name: SOLR_OPTS
|
||||
value: "-Dsolr.modules=analysis-extras"
|
||||
livenessProbe: # Check for a 302 response
|
||||
httpGet:
|
||||
path: /solr/admin/info/system
|
||||
|
Loading…
x
Reference in New Issue
Block a user