Skip to content
Snippets Groups Projects
Verified Commit e94e72bd authored by Martin Weise's avatar Martin Weise
Browse files
parent 6318bf84
Branches
No related tags found
No related merge requests found
......@@ -316,6 +316,14 @@ services:
- search-db-data:/bitnami/opensearch/data
ports:
- "9200:9200"
deploy:
resources:
reservations:
cpus: '0.25'
memory: 512M
limits:
cpus: '0.50'
memory: 2048M
healthcheck:
test: curl -sSL 127.0.0.1:9200
<<: *healthcheck-params
......
No preview for this file type
......@@ -326,6 +326,14 @@ services:
- search-db-data:/bitnami/opensearch/data
ports:
- "9200:9200"
deploy:
resources:
reservations:
cpus: '0.25'
memory: 512M
limits:
cpus: '0.50'
memory: 2048M
healthcheck:
test: curl -sSL 127.0.0.1:9200
<<: *healthcheck-params
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment