Skip to content

Commit 3a21f0f

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 4a653ef + 0d4baf3 commit 3a21f0f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

services/monitoring/grafana/terraform/dashboards.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ resource "grafana_dashboard" "dashboards" {
3030
]]
3131
))
3232
# CSV approach
33-
config_json = jsonencode(jsondecode(file(split(",", each.value)[1])).dashboard)
33+
config_json = jsonencode(jsondecode(file(split(",", each.value)[1])))
3434
folder = grafana_folder.subfolders[split(",", each.value)[0]].id
3535
}

services/registry/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
replicas: ${OPS_REGISTRY_REPLICAS}
3939
placement:
4040
constraints:
41-
- node.labels.io.simcore.autoscaled-node!=true
41+
- node.labels.ops==true
4242
resources:
4343
limits:
4444
memory: 1G

services/simcore/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ services:
344344
networks:
345345
- monitored
346346
deploy:
347+
replicas: ${SIMCORE_STORAGE_REPLICAS}
347348
labels:
348349
# internal traefik
349350
- traefik.enable=true

0 commit comments

Comments
 (0)