From 116ad5ca21aa8c8eed682ae8f73b14e2d0dc9d7c Mon Sep 17 00:00:00 2001 From: David BRAQUART Date: Thu, 19 Dec 2024 10:30:54 +0100 Subject: [PATCH] rev remark: remove unrelevant estim patch Signed-off-by: David BRAQUART --- .../study/docker-compose.override.yml | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/docker-compose/study/docker-compose.override.yml b/docker-compose/study/docker-compose.override.yml index fc335fe6..66d3b504 100644 --- a/docker-compose/study/docker-compose.override.yml +++ b/docker-compose/study/docker-compose.override.yml @@ -597,57 +597,3 @@ services: limits: memory: 128m restart: unless-stopped - - state-estimation-server: - profiles: - - all - - suite - - study - image: inca.rte-france.com/gridsuite/state-estimation-server-rte:latest - ports: - - 6040:80 - volumes: - - $PWD/../../k8s/resources/common/config/common-application.yml:/config/common/application.yml:Z - - $PWD/../../k8s/resources/state-estimation-server-config.yml:/home/powsybl/.itools/config.yml:Z - restart: unless-stopped - depends_on: - logspout: - condition: "service_started" - required: false - environment: - - JAVA_TOOL_OPTIONS=-Xmx768m - command: --server.port=80 --spring.config.additional-location=/config/ - sysctls: - - net.ipv4.ip_unprivileged_port_start=0 # for docker < 20.03.0 - memswap_limit: 1792m - deploy: - resources: - limits: - memory: 1792m - - state-estimation-orchestrator-server: - profiles: - - all - - suite - - study - image: inca.rte-france.com/gridsuite/state-estimation-orchestrator-server-rte:latest - ports: - - 6041:80 - volumes: - - $PWD/../../k8s/resources/common/config/common-application.yml:/config/common/application.yml:Z - - $PWD/../../k8s/resources/state-estimation-orchestrator-server-config.yml:/home/powsybl/.itools/config.yml:Z - restart: unless-stopped - depends_on: - logspout: - condition: "service_started" - required: false - environment: - - JAVA_TOOL_OPTIONS=-Xmx768m - command: --server.port=80 --spring.config.additional-location=/config/ - sysctls: - - net.ipv4.ip_unprivileged_port_start=0 # for docker < 20.03.0 - memswap_limit: 1792m - deploy: - resources: - limits: - memory: 1792m