Skip to content

Commit

Permalink
Remove R_CLONE_ENABLED and make clusters-keeper 0 replicas (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Sep 25, 2023
1 parent 8e1ab97 commit 8c0c862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions services/simcore/docker-compose.deploy.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
placement:
constraints:
- node.role == worker
clusters-keeper:
deploy:
replicas: 1
resource-usage-tracker:
deploy:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- RABBIT_USER=${RABBIT_USER}
deploy:
labels: []
replicas: 0
update_config:
parallelism: 2
order: start-first
Expand Down Expand Up @@ -403,7 +404,6 @@ services:
- S3_SECRET_KEY=${S3_SECRET_KEY}
- S3_SECURE=${S3_SECURE}
- R_CLONE_PROVIDER=${R_CLONE_PROVIDER}
- R_CLONE_ENABLED=${R_CLONE_ENABLED}
- DYNAMIC_SIDECAR_LOG_LEVEL=${DYNAMIC_SIDECAR_LOG_LEVEL}
- DIRECTOR_V2_LOGLEVEL=${DIRECTOR_V2_LOGLEVEL}
# needed to pass the self-signed certificate to the spawned services
Expand Down
1 change: 0 additions & 1 deletion services/simcore/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ RABBIT_PORT=${RABBIT_PORT}
RABBIT_USER=${RABBIT_USER}
RABBIT_SECURE=${RABBIT_SECURE}

R_CLONE_ENABLED=${R_CLONE_ENABLED}
R_CLONE_PROVIDER=${R_CLONE_PROVIDER}
R_CLONE_VFS_CACHE_MODE=${R_CLONE_VFS_CACHE_MODE}

Expand Down

0 comments on commit 8c0c862

Please sign in to comment.