We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9ac05 commit 7896c61Copy full SHA for 7896c61
reana_workflow_controller/config.py
@@ -160,9 +160,7 @@ def _env_vars_dict_to_k8s_list(env_vars):
160
)
161
"""OpenSearch enabled flag."""
162
163
-REANA_OPENSEARCH_HOST = os.getenv(
164
- "REANA_OPENSEARCH_HOST", "reana-opensearch-master.default.svc.cluster.local"
165
-)
+REANA_OPENSEARCH_HOST = os.getenv("REANA_OPENSEARCH_HOST", "reana-opensearch-master")
166
"""OpenSearch host."""
167
168
REANA_OPENSEARCH_PORT = os.getenv("REANA_OPENSEARCH_PORT", "9200")
0 commit comments