Skip to content

Commit 7eeef42

Browse files
authored
🐛 Fix: monitoring networks tracing (#826)
* wip * Add missing services to monitored networks * revert k8s changes --------- Co-authored-by: Dustin Kaiser <[email protected]>
1 parent fde6c79 commit 7eeef42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/simcore/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ services:
277277
- WEBSERVER_LOGLEVEL=${WEBSERVER_LOGLEVEL}
278278
networks:
279279
- default
280+
- monitored
280281
deploy:
281282
# NOTE: https://github.com/ITISFoundation/osparc-simcore/pull/4286
282283
# NOTE: this MUSTN'T change, or weird things might happen
@@ -309,6 +310,7 @@ services:
309310
networks:
310311
- default
311312
- interactive_services_subnet
313+
- monitored
312314
hostname: "{{.Service.Name}}"
313315
deploy:
314316
update_config:
@@ -510,6 +512,8 @@ services:
510512
cpus: '0.1'
511513

512514
datcore-adapter:
515+
networks:
516+
- monitored
513517
deploy:
514518
replicas: ${SIMCORE_DATCORE_ADAPTER_REPLICAS}
515519
update_config:

0 commit comments

Comments
 (0)