Skip to content

Commit

Permalink
[Rahul] | BAH-3635 | Add. Config For Lucene Match Type
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Mar 6, 2024
1 parent d215400 commit 059b64c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions values/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ metadata:

openmrs:
enabled: true
config:
LUCENE_MATCH_TYPE: "START"
metadata:
labels:
environment: demo
Expand Down
2 changes: 2 additions & 0 deletions values/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ metadata:

openmrs:
enabled: true
config:
LUCENE_MATCH_TYPE: "START"
bahmni-web:
enabled: true
bahmni-lab:
Expand Down
1 change: 1 addition & 0 deletions values/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ openmrs:
OMRS_DB_NAME: openmrs
DEBUG: true
OMRS_CREATE_TABLES: true
LUCENE_MATCH_TYPE: "START"
bahmni-web:
enabled: true
bahmni-lab:
Expand Down
1 change: 1 addition & 0 deletions values/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ openmrs:
OMRS_JAVA_SERVER_OPTS: '-Dfile.encoding=UTF-8 -server -Xms1024m -Xmx4096m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=25 -XX:G1MaxNewSizePercent=50 -XX:SurvivorRatio=8 -XX:MaxMetaspaceSize=512m -XX:ReservedCodeCacheSize=256m -XX:CompressedClassSpaceSize=256m -XX:MaxGCPauseMillis=200 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./java.hprof -Xloggc:/usr/local/tomcat/logs/gc.log -XX:+UseStringDeduplication -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -agentpath:/etc/profiling/YourKit-JavaProfiler-2022.9/bin/linux-x86-64/libyjpagent.so=port=10001,listen=all -javaagent:/etc/jvm_metrics/jmx_prometheus_javaagent.jar=8280:/etc/jvm_metrics/config.yml'
OMRS_JAVA_MEMORY_OPTS: ''
OMRS_MODULE_WEB_ADMIN: true
LUCENE_MATCH_TYPE: "START"
bahmni-web:
enabled: true
metadata:
Expand Down
2 changes: 2 additions & 0 deletions values/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ metadata:

openmrs:
enabled: true
config:
LUCENE_MATCH_TYPE: "START"
metadata:
labels:
environment: qa
Expand Down

0 comments on commit 059b64c

Please sign in to comment.