Opensearch and app optimisations

This commit is contained in:
Frikky
2025-08-27 12:54:50 +02:00
parent 19c07f0f07
commit 4fe311cc99
6 changed files with 59 additions and 37 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ func deployServiceWorkers(image string) {
}
// Running 2 by default instead of 1. Higher scale mechanisms - es
replicas := uint64(2)
replicas := uint64(1)
scaleReplicas := os.Getenv("SHUFFLE_SCALE_REPLICAS")
if len(scaleReplicas) > 0 {
tmpInt, err := strconv.Atoi(scaleReplicas)