Skip to content
Snippets Groups Projects
Verified Commit 2f90e17b authored by Martin Weise's avatar Martin Weise
Browse files

Updated search db resources

parent 6318bf84
No related branches found
No related tags found
2 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty
...@@ -316,6 +316,14 @@ services: ...@@ -316,6 +316,14 @@ services:
- search-db-data:/bitnami/opensearch/data - search-db-data:/bitnami/opensearch/data
ports: ports:
- "9200:9200" - "9200:9200"
deploy:
resources:
reservations:
cpus: '0.25'
memory: 512M
limits:
cpus: '0.50'
memory: 2048M
healthcheck: healthcheck:
test: curl -sSL 127.0.0.1:9200 test: curl -sSL 127.0.0.1:9200
<<: *healthcheck-params <<: *healthcheck-params
......
...@@ -326,6 +326,14 @@ services: ...@@ -326,6 +326,14 @@ services:
- search-db-data:/bitnami/opensearch/data - search-db-data:/bitnami/opensearch/data
ports: ports:
- "9200:9200" - "9200:9200"
deploy:
resources:
reservations:
cpus: '0.25'
memory: 512M
limits:
cpus: '0.50'
memory: 2048M
healthcheck: healthcheck:
test: curl -sSL 127.0.0.1:9200 test: curl -sSL 127.0.0.1:9200
<<: *healthcheck-params <<: *healthcheck-params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment