diff --git a/loop-enterprise-edition/values.yaml b/loop-enterprise-edition/values.yaml index 6f3456b..adbb222 100644 --- a/loop-enterprise-edition/values.yaml +++ b/loop-enterprise-edition/values.yaml @@ -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" diff --git a/loop-enterprise-stack/values.yaml b/loop-enterprise-stack/values.yaml index a870c2d..318b090 100644 --- a/loop-enterprise-stack/values.yaml +++ b/loop-enterprise-stack/values.yaml @@ -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"