Fix ES values.

This commit is contained in:
Stuart Armstrong 2026-02-12 10:14:44 +03:00
parent ad8f740313
commit 9063bed3ba
2 changed files with 4 additions and 4 deletions

View File

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