We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e96ea7 commit b55b89cCopy full SHA for b55b89c
1 file changed
charts/intel/templates/deployment.yaml
@@ -38,7 +38,7 @@ spec:
38
value: {{ .Values.ai.mode | quote }}
39
{{- if eq .Values.ai.mode "bundled" }}
40
- name: AI_BUNDLED_URL
41
- value: "http://codetogether-llm:8000"
+ value: "http://localhost:8000"
42
{{- end }}
43
{{- if and .Values.ai.enabled (eq .Values.ai.mode "external") }}
44
- name: AI_PROVIDER
@@ -79,7 +79,7 @@ spec:
79
{{- if .Values.ai.enabled }}
80
- name: CT_HQ_OLLAMA_AI_URL
81
value: {{ if eq .Values.ai.mode "bundled" }}
82
- "http://codetogether-llm:8000"
+ "http://localhost:8000"
83
{{ else }}
84
{{ .Values.ai.url | quote }}
85
{{ end }}
0 commit comments