Skip to content

Commit

Permalink
Disable payments service on aws & dalco (#372)
Browse files Browse the repository at this point in the history
* Disable payments service on aws & dalco

* Disable payments on TIP
  • Loading branch information
YuryHrytsuk authored Sep 27, 2023
1 parent 8c0c862 commit 2275371
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/simcore/docker-compose.deploy.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ services:
resources:
limits:
memory: 2048M

payments:
deploy:
replicas: 0
3 changes: 3 additions & 0 deletions services/simcore/docker-compose.deploy.dalco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ services:
clusters-keeper:
deploy:
replicas: 0
payments:
deploy:
replicas: 0
3 changes: 3 additions & 0 deletions services/simcore/docker-compose.deploy.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ services:
clusters-keeper:
deploy:
replicas: 0
payments: # test prior to a big bang release Sept 2023. Can be deleted after (YH, 09 2023)
deploy:
replicas: 1
3 changes: 3 additions & 0 deletions services/simcore/docker-compose.deploy.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ services:
- prometheus-job=traefik_simcore_production
wb-garbage-collector:
hostname: "{{.Service.Name}}"
payments:
deploy:
replicas: 0

0 comments on commit 2275371

Please sign in to comment.