Skip to content

Commit b55b89c

Browse files
Changes to use localhost always to avoid dns issues (#142)
Co-authored-by: engineering <engineering@codetogether.com>
1 parent 6e96ea7 commit b55b89c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/intel/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
value: {{ .Values.ai.mode | quote }}
3939
{{- if eq .Values.ai.mode "bundled" }}
4040
- name: AI_BUNDLED_URL
41-
value: "http://codetogether-llm:8000"
41+
value: "http://localhost:8000"
4242
{{- end }}
4343
{{- if and .Values.ai.enabled (eq .Values.ai.mode "external") }}
4444
- name: AI_PROVIDER
@@ -79,7 +79,7 @@ spec:
7979
{{- if .Values.ai.enabled }}
8080
- name: CT_HQ_OLLAMA_AI_URL
8181
value: {{ if eq .Values.ai.mode "bundled" }}
82-
"http://codetogether-llm:8000"
82+
"http://localhost:8000"
8383
{{ else }}
8484
{{ .Values.ai.url | quote }}
8585
{{ end }}

0 commit comments

Comments
 (0)