Skip to content

Commit

Permalink
Update the number of microservice replicas for OPEA v0.9 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenzhong1 authored Aug 22, 2024
1 parent a54ffd2 commit e6b4fff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/four_gaudi/chatqna_mega_service_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: chatqna-backend-server-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: chatqna-backend-server-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: embedding-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: embedding-deploy
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/four_gaudi/llm-microservice_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: llm-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: llm-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: reranking-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: reranking-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: retriever-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: retriever-deploy
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/two_gaudi/chatqna_mega_service_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: chatqna-backend-server-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: chatqna-backend-server-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: embedding-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: embedding-deploy
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/two_gaudi/llm-microservice_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: llm-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: llm-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: reranking-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: reranking-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: retriever-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: retriever-deploy
Expand Down

0 comments on commit e6b4fff

Please sign in to comment.