update replica counts to match prod
This commit is contained in:
parent
7a1c208be0
commit
45655f7461
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
image: datatitian/guppe
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 4
|
||||
replicas: 8
|
||||
placement:
|
||||
constraints:
|
||||
- "node.labels.type==web"
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
command: [ "node", "deliveryWorker.js" ]
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 34
|
||||
replicas: 50
|
||||
placement:
|
||||
constraints:
|
||||
- "node.labels.type==web"
|
||||
|
|
Loading…
Reference in a new issue