92
92
{{- end }}
93
93
{{- end }}
94
94
{{- with $modelSpec.env }}
95
- {{- toYaml . | nindent 10 }}
95
+ {{- toYaml . | nindent 14 }}
96
96
{{- end }}
97
97
{{- if $modelSpec.lmcacheConfig }}
98
98
{{- if $modelSpec.lmcacheConfig.enabled }}
@@ -223,7 +223,7 @@ spec:
223
223
{{- end }}
224
224
{{- end}}
225
225
{{- if hasKey $modelSpec "extraVolumes" }}
226
- {{- toYaml $modelSpec.extraVolumes | nindent 8 }}
226
+ {{- toYaml $modelSpec.extraVolumes | nindent 10 }}
227
227
{{- end}}
228
228
{{- end}}
229
229
{{- if $modelSpec.imagePullSecret }}
@@ -233,7 +233,7 @@ spec:
233
233
{{- if .Values.servingEngineSpec.tolerations }}
234
234
{{- with .Values.servingEngineSpec.tolerations }}
235
235
tolerations :
236
- {{- toYaml . | nindent 8 }}
236
+ {{- toYaml . | nindent 10 }}
237
237
{{- end }}
238
238
{{- end }}
239
239
{{- if .Values.servingEngineSpec.runtimeClassName }}
@@ -250,7 +250,7 @@ spec:
250
250
requiredDuringSchedulingIgnoredDuringExecution :
251
251
nodeSelectorTerms :
252
252
{{- with $modelSpec.nodeSelectorTerms }}
253
- {{- toYaml . | nindent 12 }}
253
+ {{- toYaml . | nindent 14 }}
254
254
{{- end }}
255
255
{{- end }}
256
256
workerGroupSpecs :
@@ -264,7 +264,7 @@ spec:
264
264
helm-release-name : {{ .Release.Name }}
265
265
{{- if .Values.servingEngineSpec.securityContext }}
266
266
securityContext :
267
- {{- toYaml .Values.servingEngineSpec.securityContext | nindent 8 }}
267
+ {{- toYaml .Values.servingEngineSpec.securityContext | nindent 10 }}
268
268
{{- end }}
269
269
spec :
270
270
containers :
@@ -322,7 +322,7 @@ spec:
322
322
{{- end }}
323
323
{{- end }}
324
324
{{- with $modelSpec.env }}
325
- {{- toYaml . | nindent 10 }}
325
+ {{- toYaml . | nindent 16 }}
326
326
{{- end }}
327
327
{{- if $modelSpec.lmcacheConfig }}
328
328
{{- if $modelSpec.lmcacheConfig.enabled }}
@@ -431,7 +431,7 @@ spec:
431
431
{{- end }}
432
432
{{- end}}
433
433
{{- if hasKey $modelSpec "extraVolumes" }}
434
- {{- toYaml $modelSpec.extraVolumes | nindent 8 }}
434
+ {{- toYaml $modelSpec.extraVolumes | nindent 12 }}
435
435
{{- end}}
436
436
{{- end}}
437
437
{{- if $modelSpec.imagePullSecret }}
@@ -441,7 +441,7 @@ spec:
441
441
{{- if .Values.servingEngineSpec.tolerations }}
442
442
{{- with .Values.servingEngineSpec.tolerations }}
443
443
tolerations :
444
- {{- toYaml . | nindent 8 }}
444
+ {{- toYaml . | nindent 12 }}
445
445
{{- end }}
446
446
{{- end }}
447
447
@@ -459,7 +459,7 @@ spec:
459
459
requiredDuringSchedulingIgnoredDuringExecution :
460
460
nodeSelectorTerms :
461
461
{{- with $modelSpec.nodeSelectorTerms }}
462
- {{- toYaml . | nindent 12 }}
462
+ {{- toYaml . | nindent 16 }}
463
463
{{- end }}
464
464
{{- end }}
465
465
0 commit comments