Private
Public Access
1
0

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

This commit is contained in:
Sebastian Unterschütz
2026-01-04 16:54:13 +01:00
parent df3608408c
commit a17a6f5e9f
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ metadata:
labels:
app: escape-game
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: escape-game