File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
ansible/roles/opensearch/templates Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ ExecStart=/usr/bin/podman run \
1919 --volume {{ opensearch_config_path }}/internal_users.yml:/usr/share/opensearch/config/opensearch-security/internal_users.yml:U \
2020 --volume {{ opensearch_config_path }}/opensearch.yml:/usr/share/opensearch/config/opensearch.yml:U \
2121 --volume {{ opensearch_config_path}}/certs:/usr/share/opensearch/config/certs:U \
22- --env node.name=opensearch --env discovery.type=single-node --env bootstrap.memory_lock=true --env "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m" \
22+ --env node.name=opensearch \
23+ --env discovery.type=single-node \
24+ --env bootstrap.memory_lock=true \
25+ --env "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m" \
2326 --env DISABLE_INSTALL_DEMO_CONFIG=true \
2427 opensearchproject/opensearch:{{ opensearch_version }}
2528ExecStop=/usr/bin/podman stop --ignore opensearch -t 10
You can’t perform that action at this time.
0 commit comments