move ollama and transmission to argo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user