Skip to content

Commit 1ba5462

Browse files
committed
update rag pipeline sample with additional ports
Signed-off-by: Varun Ramachandra Sekar <vsekar@nvidia.com>
1 parent 8f63b1a commit 1ba5462

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/samples/nim/rag/rag-pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ spec:
4848
service:
4949
type: ClusterIP
5050
port: 8000
51+
grpcPort: 8001
52+
metricsPort: 8002
5153
- name: nv-rerankqa-1b-v2
5254
enabled: true
5355
spec:
@@ -70,3 +72,5 @@ spec:
7072
service:
7173
type: ClusterIP
7274
port: 8000
75+
grpcPort: 8001
76+
metricsPort: 8002

0 commit comments

Comments
 (0)