Commit e732fa7 1 parent 0208998 commit e732fa7 Copy full SHA for e732fa7
File tree 2 files changed +11
-0
lines changed
charts/llm-uservice/charts/tgi/templates
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 34
34
value : {{ .Values.LLM_MODEL_ID }}
35
35
- name : PORT
36
36
value : {{ .Values.port | quote }}
37
+ - name : HTTP_PROXY
38
+ value : {{ .Values.global.http_proxy }}
39
+ - name : HTTPS_PROXY
40
+ value : {{ .Values.global.https_proxy }}
41
+ - name : NO_PROXY
42
+ value : {{ .Values.global.no_proxy }}
37
43
securityContext :
38
44
{{- toYaml .Values.securityContext | nindent 12 }}
39
45
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Original file line number Diff line number Diff line change @@ -30,3 +30,8 @@ llm-uservice:
30
30
LLM_MODEL_ID : ise-uiuc/Magicoder-S-DS-6.7B
31
31
# LLM_MODEL_ID: /data/OpenCodeInterpreter-DS-6.7B
32
32
volume : /mnt
33
+
34
+ global :
35
+ http_proxy :
36
+ https_proxy :
37
+ no_proxy :
You can’t perform that action at this time.
0 commit comments