linode-llm experimental developer-preview profile has been installed.

This chart is not production-ready and is not a Marketplace release candidate.
Open WebUI login is enabled; configure access before exposing this service.

Ollama service:
  {{ .Release.Name }}-ollama.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}

{{- if .Values.webui.enabled }}
Open WebUI service:
  {{ .Release.Name }}-webui.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.webui.port }}
{{- end }}

Access the OpenAI-compatible API locally:
  kubectl -n {{ .Release.Namespace }} port-forward svc/{{ .Release.Name }}-ollama 11434:{{ .Values.service.port }}

Then call:
  http://localhost:11434/v1/chat/completions
