Loop-ENT-charts-refactor #6

Merged
stuart.armstrong merged 17 commits from Loop-ENT-charts-refactor into 2.0.0 2026-02-24 10:36:51 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 9063bed3ba - Show all commits

View File

@ -276,8 +276,8 @@ configMaps:
## The following environment variables are required to use Elasticsearch for searching in loop.
# MM_ELASTICSEARCHSETTINGS_CONNECTIONURL: ""
# MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "false"
# MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "false"
# MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "true"
# MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "true"
## The following environment variables are required to run loop in clustered mode.
# MM_CLUSTERSETTINGS_ENABLE: "true"

View File

@ -154,8 +154,8 @@ loop-enterprise-edition:
## The following environment variables are required to use Elasticsearch for searching in loop.
# MM_ELASTICSEARCHSETTINGS_CONNECTIONURL: ""
# MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "false"
# MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "false"
# MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "true"
# MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "true"
## The following environment variables are required to run loop in clustered mode.
# MM_CLUSTERSETTINGS_ENABLE: "true"