File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/azimuth-llm/templates/test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 command :
1919 - python
2020 - gradio-client-test.py
21- {{- if .Values.ingress.ui .enabled }}
22- - {{ .Values.ingress.host }}{{ .Values.ingress.ui .path }}
21+ {{- if .Values.ui.ingress .enabled }}
22+ - {{ .Values.ingress.host }}{{ .Values.ui.ingress .path }}
2323 {{- else }}
2424 - http://{{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
2525 {{- end }}
Original file line number Diff line number Diff line change 1515 command :
1616 - nc
1717 - -vz
18- {{- if .Values.ingress.ui .enabled }}
19- - {{ .Values.ingress.host | trimPrefix "http://" | trimPrefix "https://" }}{{ .Values.ingress.ui .path }}
18+ {{- if .Values.ui.ingress .enabled }}
19+ - {{ .Values.ingress.host | trimPrefix "http://" | trimPrefix "https://" }}{{ .Values.ui.ingress .path }}
2020 {{- else }}
2121 - {{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
2222 {{- end }}
You can’t perform that action at this time.
0 commit comments