620d757f8b
- Add custom Helm chart for Home Assistant Voice LLMs integration - Add Ollama configuration for local LLM inference - Support AI voice assistant capabilities in homelab 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
330 B
YAML
23 lines
330 B
YAML
replicaCount: 1
|
|
image:
|
|
repository: ollama/ollama
|
|
pullPolicy: IfNotPresent
|
|
tag: "latest"
|
|
|
|
|
|
# Ollama parameters
|
|
ollama:
|
|
models:
|
|
pull:
|
|
- TinyLlama
|
|
- llama3.1:8b
|
|
# Configure Service
|
|
service:
|
|
# -- Service type
|
|
type: LoadBalancer
|
|
# -- Service port
|
|
port: 11434
|
|
|
|
nodeSelector:
|
|
kubernetes.io/arch: amd64
|