move ollama and transmission to argo

This commit is contained in:
gilgamezh
2025-08-30 17:25:12 +02:00
parent 1d3dfec593
commit 02869c07d7
4 changed files with 144 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
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