Increase replicas to 2 in Kubernetes deployment and switch game.start and game.input handlers from NATS Queue Groups to broadcast mode.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m29s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m29s
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
labels:
|
||||
app: escape-game
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: escape-game
|
||||
|
||||
Reference in New Issue
Block a user