Skip to content

Commit fa7d040

Browse files
πŸ’„ Add: Make RUT replica configurable via envvar (#864)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size * Make RUT replica configurable via env-vars * Update services/simcore/docker-compose.yml Co-authored-by: Yury Hrytsuk <[email protected]> --------- Co-authored-by: Dustin Kaiser <[email protected]> Co-authored-by: Yury Hrytsuk <[email protected]>
1 parent 3a0e944 commit fa7d040

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

β€Žservices/simcore/docker-compose.deploy.aws.ymlβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ services:
1717
clusters-keeper:
1818
deploy:
1919
replicas: 1
20-
resource-usage-tracker:
21-
deploy:
22-
replicas: 3
20+
2321
static-webserver:
2422
hostname: "{{.Node.Hostname}}-{{.Service.Name}}"
2523

β€Žservices/simcore/docker-compose.deploy.dalco.ymlβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ services:
1717
placement:
1818
constraints:
1919
- node.role == worker
20-
resource-usage-tracker:
21-
deploy:
22-
replicas: 3
20+
2321
traefik:
2422
command:
2523
- "--api=true"

β€Žservices/simcore/docker-compose.deploy.public.ymlβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ services:
1010
constraints:
1111
- node.labels.postgres==true
1212

13-
resource-usage-tracker:
14-
deploy:
15-
replicas: 3
1613
static-webserver:
1714
hostname: "{{.Node.Hostname}}-{{.Service.Name}}"
1815
traefik:

β€Žservices/simcore/docker-compose.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ services:
649649
# NOTE: https://github.com/ITISFoundation/osparc-simcore/pull/4286
650650
# NOTE: this MUSTN'T change, or weird things might happen
651651
# this will stay until all legacy dynamic services are gone.
652-
replicas: 1
652+
replicas: ${RESOURCE_USAGE_TRACKER_REPLICAS}
653653
update_config:
654654
parallelism: 2
655655
order: start-first

0 commit comments

Comments
Β (0)