"vscode:/vscode.git/clone" did not exist on "83d0c58a008eef4b7e97c045a541121e9fff6409"
Commit 7813c331 authored by Doug Danat's avatar Doug Danat
Browse files

remove deprecated /api from ollama base url

parent 62392aa8
......@@ -7,7 +7,7 @@ ollama
{{- end -}}
{{- define "ollama.url" -}}
{{- printf "http://%s.%s.svc.cluster.local:%d/api" (include "ollama.name" .) (.Release.Namespace) (.Values.ollama.service.port | int) }}
{{- printf "http://%s.%s.svc.cluster.local:%d/" (include "ollama.name" .) (.Release.Namespace) (.Values.ollama.service.port | int) }}
{{- end }}
{{- define "chart.name" -}}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment