Commit 90d5cf5 1 parent fa3bede commit 90d5cf5 Copy full SHA for 90d5cf5
File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,6 @@ spec:
120
120
- name : http
121
121
containerPort : 80
122
122
protocol : TCP
123
- # livenessProbe:
124
- # httpGet:
125
- # path: /
126
- # port: http
127
123
startupProbe :
128
124
httpGet :
129
125
path : /
@@ -140,8 +136,6 @@ spec:
140
136
failureThreshold : 120
141
137
resources :
142
138
{}
143
- # command:
144
- # - "/usr/bin/bash"
145
139
volumes :
146
140
- name : model-volume
147
141
hostPath :
@@ -199,14 +193,6 @@ spec:
199
193
initialDelaySeconds : 5
200
194
periodSeconds : 5
201
195
failureThreshold : 120
202
- # livenessProbe:
203
- # httpGet:
204
- # path: /
205
- # port: 9000
206
- # readinessProbe:
207
- # httpGet:
208
- # path: /
209
- # port: 9000
210
196
resources :
211
197
{}
212
198
---
@@ -251,21 +237,5 @@ spec:
251
237
- name : codegen
252
238
containerPort : 6666
253
239
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
270
240
resources :
271
241
null
You can’t perform that action at this time.
0 commit comments