Commit fbaa6ab 1 parent 3849317 commit fbaa6ab Copy full SHA for fbaa6ab
File tree 8 files changed +5
-8
lines changed
8 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 54
54
imagePullPolicy : IfNotPresent
55
55
ports :
56
56
- name : embedding-usvc
57
- containerPort : {{ .Values.service.targetPort }}
57
+ containerPort : 6000
58
58
protocol : TCP
59
59
volumeMounts :
60
60
- mountPath : /tmp
Original file line number Diff line number Diff line change 11
11
type : {{ .Values.service.type }}
12
12
ports :
13
13
- port : {{ .Values.service.port }}
14
- targetPort : {{ .Values.service.targetPort }}
14
+ targetPort : 6000
15
15
protocol : TCP
16
16
name : embedding-usvc
17
17
selector :
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ service:
38
38
type : ClusterIP
39
39
# The default port for embedding service is 9000
40
40
port : 6000
41
- targetPort : 6000
42
41
43
42
resources : {}
44
43
# We usually recommend not to specify default resources and to leave this as a conscious
Original file line number Diff line number Diff line change 54
54
imagePullPolicy : IfNotPresent
55
55
ports :
56
56
- name : reranking-usvc
57
- containerPort : {{ .Values.service.targetPort }}
57
+ containerPort : 8000
58
58
protocol : TCP
59
59
volumeMounts :
60
60
- mountPath : /tmp
Original file line number Diff line number Diff line change 11
11
type : {{ .Values.service.type }}
12
12
ports :
13
13
- port : {{ .Values.service.port }}
14
- targetPort : {{ .Values.service.targetPort }}
14
+ targetPort : 8000
15
15
protocol : TCP
16
16
name : reranking-usvc
17
17
selector :
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ service:
38
38
type : ClusterIP
39
39
# The default port for reranking service is 9000
40
40
port : 8000
41
- targetPort : 8000
42
41
43
42
resources : {}
44
43
# We usually recommend not to specify default resources and to leave this as a conscious
Original file line number Diff line number Diff line change 11
11
type : {{ .Values.service.type }}
12
12
ports :
13
13
- port : {{ .Values.service.port }}
14
- targetPort : {{ .Values.service.targetPort }}
14
+ targetPort : 7000
15
15
protocol : TCP
16
16
name : retriever-usvc
17
17
selector :
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ service:
39
39
type : ClusterIP
40
40
# The default port for retriever service is 7000
41
41
port : 7000
42
- targetPort : 7000
43
42
44
43
resources : {}
45
44
# We usually recommend not to specify default resources and to leave this as a conscious
You can’t perform that action at this time.
0 commit comments