Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ This profile allows you to launch only the technical services : postgres, elasti
|---------------|------------|------------|
| Postgres | 14.9 | |
| RabbitMQ | 4.0.4 | management |
| Elasticsearch | 8.15.5 | |
| Elasticsearch | 8.19.10 | |
| Grafana | 11.3.0 | |
| Prometheus | v3.8.1 | |
| Minio | 2023-09-27 | |
| Minio | 2025-09-07 | |


It is used for k8s deployment with Minikube.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/technical/docker-compose.technical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:
restart: unless-stopped

s3-storage:
image: minio/minio:RELEASE.2023-09-27T15-22-50Z
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
# need to override entrypoint to create the bucket, is there a simpler way ?
entrypoint: sh
command: -c 'mkdir -p /data/ws-bucket && /usr/bin/docker-entrypoint.sh server /data --console-address ":19090"'
Expand Down
12 changes: 12 additions & 0 deletions k8s/resources/state-estimation-orchestrator-server-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
estim:
homeDir: /estim
debug: false

#Workaround iidm in-memory impl present on classpath (needed by cvg-extension)
network:
default-impl-name: NetworkStore

# Nb of estim concurrent processes - should be in-sync with stateestimation.run.stateestimationGroup concurrency
computation-local:
available-core: 2

12 changes: 12 additions & 0 deletions k8s/resources/state-estimation-server-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
estim:
homeDir: /estim
debug: false

#Workaround iidm in-memory impl present on classpath (needed by cvg-extension)
network:
default-impl-name: NetworkStore

# Nb of estim concurrent processes - should be in-sync with stateestimation.run.stateestimationGroup concurrency
computation-local:
available-core: 2

Loading