Skip to content

Commit

Permalink
Opensearch 2.15 release (#151)
Browse files Browse the repository at this point in the history
* update opensearch release to 2.15
upgrade docker-compose memory services limits


Signed-off-by: YANGDB <[email protected]>

---------

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB authored Jun 27, 2024
1 parent 3a4dbca commit bcd4120
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PROMETHEUS_ADDR=${PROMETHEUS_SERVICE_HOST}:${PROMETHEUS_SERVICE_PORT}
DATA_PREP_VERSION=2.8.0

# OpenSearch versionin:s
OPENSEARCH_VERSION=2.14.0
OPENSEARCH_VERSION=2.15.0
OPENSEARCH_ADMIN_PASSWORD=my_%New%_passW0rd!@#
OPENSEARCH_INITIAL_ADMIN_PASSWORD=my_%New%_passW0rd!@#

Expand Down
42 changes: 21 additions & 21 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 120M
restart: unless-stopped
environment:
- KAFKA_SERVICE_ADDR
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
deploy:
resources:
limits:
memory: 300M
memory: 500M
restart: unless-stopped
ports:
- "${AD_SERVICE_PORT}"
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
deploy:
resources:
limits:
memory: 160M
memory: 450M
restart: unless-stopped
ports:
- "${CART_SERVICE_PORT}"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 120M
restart: unless-stopped
ports:
- "${CHECKOUT_SERVICE_PORT}"
Expand Down Expand Up @@ -176,7 +176,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 250M
restart: unless-stopped
ports:
- "${CURRENCY_SERVICE_PORT}"
Expand All @@ -202,7 +202,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
restart: unless-stopped
ports:
- "${EMAIL_SERVICE_PORT}"
Expand Down Expand Up @@ -231,7 +231,7 @@ services:
deploy:
resources:
limits:
memory: 175M
memory: 500M
restart: unless-stopped
ports:
- "${FEATURE_FLAG_SERVICE_PORT}:${FEATURE_FLAG_SERVICE_PORT}" # Feature Flag Service UI
Expand Down Expand Up @@ -264,7 +264,7 @@ services:
deploy:
resources:
limits:
memory: 200M
memory: 400M
restart: unless-stopped
environment:
- KAFKA_SERVICE_ADDR
Expand Down Expand Up @@ -293,7 +293,7 @@ services:
deploy:
resources:
limits:
memory: 200M
memory: 850M
restart: unless-stopped
ports:
- "${FRONTEND_PORT}:${FRONTEND_PORT}"
Expand Down Expand Up @@ -349,7 +349,7 @@ services:
deploy:
resources:
limits:
memory: 120M
memory: 500M
restart: unless-stopped
ports:
- "${LOCUST_WEB_PORT}:${LOCUST_WEB_PORT}"
Expand Down Expand Up @@ -383,7 +383,7 @@ services:
deploy:
resources:
limits:
memory: 120M
memory: 500M
restart: unless-stopped
ports:
- "${PAYMENT_SERVICE_PORT}"
Expand Down Expand Up @@ -412,7 +412,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 250M
restart: unless-stopped
ports:
- "${PRODUCT_CATALOG_SERVICE_PORT}"
Expand Down Expand Up @@ -442,7 +442,7 @@ services:
deploy:
resources:
limits:
memory: 40M
memory: 450M
restart: unless-stopped
ports:
- "${QUOTE_SERVICE_PORT}"
Expand Down Expand Up @@ -473,7 +473,7 @@ services:
deploy:
resources:
limits:
memory: 500M # This is high to enable supporting the recommendationCache feature flag use case
memory: 850M # This is high to enable supporting the recommendationCache feature flag use case
restart: unless-stopped
ports:
- "${RECOMMENDATION_SERVICE_PORT}"
Expand Down Expand Up @@ -547,7 +547,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 250M
restart: unless-stopped
ports:
- "${SHIPPING_SERVICE_PORT}"
Expand Down Expand Up @@ -575,7 +575,7 @@ services:
deploy:
resources:
limits:
memory: 120M
memory: 500M
restart: unless-stopped
environment:
- POSTGRES_USER=ffs
Expand All @@ -602,7 +602,7 @@ services:
deploy:
resources:
limits:
memory: 500M
memory: 1500M
restart: unless-stopped
environment:
- KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
Expand All @@ -629,7 +629,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 250M
restart: unless-stopped
ports:
- "${REDIS_PORT}"
Expand All @@ -651,7 +651,7 @@ services:
deploy:
resources:
limits:
memory: 300M
memory: 500M
restart: unless-stopped
ports:
- "${JAEGER_SERVICE_PORT}" # Jaeger UI
Expand Down Expand Up @@ -720,7 +720,7 @@ services:
deploy:
resources:
limits:
memory: 125M
memory: 250M
restart: unless-stopped
command:
[
Expand Down Expand Up @@ -765,7 +765,7 @@ services:
deploy:
resources:
limits:
memory: 300M
memory: 500M
ports:
- "${PROMETHEUS_SERVICE_PORT}:${PROMETHEUS_SERVICE_PORT}"
logging: *logging
Expand Down

0 comments on commit bcd4120

Please sign in to comment.