The ollama/ollama container image doesn't include curl. Use `ollama list`
and `ollama pull` commands directly, which are always available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Ollama as a new ArgoCD-managed service on ringtail's k3s cluster:
- Deployment with main ollama container and model-sync sidecar
- Declarative model list (qwen2.5:14b, deepseek-r1:14b, phi4:14b, gemma3:12b)
- hostPath PV on /mnt/storage1/ollama for fast local model storage
- Tailscale ingress at ollama.ops.eblu.me
- Enable GPU time-slicing (replicas: 2) on nvidia-device-plugin so
Frigate and Ollama can share the RTX 4080
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>