|
@@ -7,7 +7,7 @@ ollama
|
|
{{- end -}}
|
|
{{- end -}}
|
|
|
|
|
|
{{- define "ollama.url" -}}
|
|
{{- 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 }}
|
|
{{- end }}
|
|
|
|
|
|
{{- define "chart.name" -}}
|
|
{{- define "chart.name" -}}
|