Skip to content

Commit

Permalink
using 2 replicas for both kiwix serve
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 15, 2023
1 parent b79c53b commit 55b6c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zim/library/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: library-demo-backend-app
name: library-demo-backend-deployment
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: library-demo-backend-app
Expand Down Expand Up @@ -81,7 +81,7 @@ metadata:
app: library-catalog-backend-app
name: library-catalog-backend-deployment
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: library-catalog-backend-app
Expand Down

0 comments on commit 55b6c2f

Please sign in to comment.