Skip to content

Commit

Permalink
Fix for eikek#2498. Added the missing analysis-extra module to solr w…
Browse files Browse the repository at this point in the history
…ith the SOLR_OPTS environmnt variable.
  • Loading branch information
TheAnachronism committed Feb 15, 2024
1 parent 0e38817 commit 54060a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54060a2

Please sign in to comment.