File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
charts/azimuth-llm/templates Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 3535 {{- end }}
3636 backend :
3737 service :
38- name : {{ include "azimuth-llm.fullname" $ }}
38+ name : {{ $.Release.Name }}-api
3939 port :
4040 number : 80
4141 {{- end }}
Original file line number Diff line number Diff line change 1717 command :
1818 - python
1919 - gradio-client-test.py
20- {{- if .Values.ui.ingress.enabled }}
21- - {{ .Values.ingress.host }}{{ .Values.ui.ingress.path }}
22- {{- else }}
2320 - http://{{ .Release.Name }}-ui.{{ .Release.Namespace }}.svc
24- {{- end }}
2521 env :
2622 - name : PYTHONUNBUFFERED
2723 value : " 1"
Original file line number Diff line number Diff line change 1515 command :
1616 - nc
1717 - -vz
18- {{- if .Values.ui.ingress.enabled }}
19- - {{ .Values.ingress.host | trimPrefix "http://" | trimPrefix "https://" }}{{ .Values.ui.ingress.path }}
20- {{- else }}
2118 - {{ .Release.Name }}-ui.{{ .Release.Namespace }}.svc
22- {{- end }}
2319 - " 80"
2420 restartPolicy : Never
2521 backoffLimit : 3
Original file line number Diff line number Diff line change 3535 {{- end }}
3636 backend :
3737 service :
38- name : {{ include "azimuth-llm.fullname" $ }}
38+ name : {{ $.Release.Name }}-ui
3939 port :
4040 number : 80
4141 {{- end }}
You can’t perform that action at this time.
0 commit comments