Skip to content

Commit 90d5cf5

Browse files
yongfengdujfding
authored andcommitted
Remove unused lines
Remove the comments to avoid confusing users. Signed-off-by: Dolpher Du <Dolpher.Du@intel.com>
1 parent fa3bede commit 90d5cf5

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

manifests/CodeGen/xeon/codegen.yaml

-30
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ spec:
120120
- name: http
121121
containerPort: 80
122122
protocol: TCP
123-
# livenessProbe:
124-
# httpGet:
125-
# path: /
126-
# port: http
127123
startupProbe:
128124
httpGet:
129125
path: /
@@ -140,8 +136,6 @@ spec:
140136
failureThreshold: 120
141137
resources:
142138
{}
143-
# command:
144-
# - "/usr/bin/bash"
145139
volumes:
146140
- name: model-volume
147141
hostPath:
@@ -199,14 +193,6 @@ spec:
199193
initialDelaySeconds: 5
200194
periodSeconds: 5
201195
failureThreshold: 120
202-
# livenessProbe:
203-
# httpGet:
204-
# path: /
205-
# port: 9000
206-
# readinessProbe:
207-
# httpGet:
208-
# path: /
209-
# port: 9000
210196
resources:
211197
{}
212198
---
@@ -251,21 +237,5 @@ spec:
251237
- name: codegen
252238
containerPort: 6666
253239
protocol: TCP
254-
# startupProbe:
255-
# httpGet:
256-
# host: codegen-llm-uservice
257-
# port: 9000
258-
# path: /
259-
# initialDelaySeconds: 5
260-
# periodSeconds: 5
261-
# failureThreshold: 120
262-
# livenessProbe:
263-
# httpGet:
264-
# path: /
265-
# port: 6666
266-
# readinessProbe:
267-
# httpGet:
268-
# path: /
269-
# port: 6666
270240
resources:
271241
null

0 commit comments

Comments
 (0)