Skip to content

Commit

Permalink
πŸ› Fix: monitoring networks tracing (#826)
Browse files Browse the repository at this point in the history
* wip

* Add missing services to monitored networks

* revert k8s changes

---------

Co-authored-by: Dustin Kaiser <[email protected]>
  • Loading branch information
mrnicegyu11 and mrnicegyu11 authored Sep 30, 2024
1 parent fde6c79 commit 7eeef42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ services:
- WEBSERVER_LOGLEVEL=${WEBSERVER_LOGLEVEL}
networks:
- default
- monitored
deploy:
# NOTE: https://github.com/ITISFoundation/osparc-simcore/pull/4286
# NOTE: this MUSTN'T change, or weird things might happen
Expand Down Expand Up @@ -309,6 +310,7 @@ services:
networks:
- default
- interactive_services_subnet
- monitored
hostname: "{{.Service.Name}}"
deploy:
update_config:
Expand Down Expand Up @@ -510,6 +512,8 @@ services:
cpus: '0.1'

datcore-adapter:
networks:
- monitored
deploy:
replicas: ${SIMCORE_DATCORE_ADAPTER_REPLICAS}
update_config:
Expand Down

0 comments on commit 7eeef42

Please sign in to comment.