File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,10 @@ spec:
7676 value : {{ .Release.Name }}-guardrails-usvc
7777 - name : GUARDRAIL_SERVICE_PORT
7878 value : " 9090"
79- {{- if not .Values.externalLLM.enabled }}
80- # LLM microservice connection - only used with internal LLM
8179 - name : LLM_SERVICE_HOST_IP
8280 value : {{ .Release.Name }}-llm-uservice
8381 - name : LLM_SERVICE_PORT
8482 value : " 9000"
85- {{- end }}
8683 - name : RERANK_SERVICE_HOST_IP
8784 value : {{ .Release.Name }}-reranking-usvc
8885 - name : RERANK_SERVICE_PORT
Original file line number Diff line number Diff line change 5353 value : {{ include "embedding-usvc.fullname" (index .Subcharts "embedding-usvc") | quote }}
5454 - name : EMBEDDER_PORT
5555 value : {{ index .Values "embedding-usvc" "service" "port" | quote }}
56- {{- end }}
56+ {{- end }}
5757 securityContext :
5858 {{- toYaml .Values.securityContext | nindent 12 }}
5959 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
You can’t perform that action at this time.
0 commit comments