sync latest changes
This commit is contained in:
26
ollama-chart.yml
Normal file
26
ollama-chart.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: ollama
|
||||
namespace: open-webui
|
||||
spec:
|
||||
repo: https://helm.otwld.com/
|
||||
chart: ollama
|
||||
targetNamespace: open-webui
|
||||
createNamespace: true
|
||||
# https://artifacthub.io/packages/helm/ollama-helm/ollama
|
||||
version: 1.28.0
|
||||
valuesContent: |-
|
||||
ollama:
|
||||
models:
|
||||
pull:
|
||||
- llama3.1:8b
|
||||
- gemma3:4b
|
||||
- gemma3n:e4b
|
||||
- qwen2.5-coder:7b
|
||||
- qwen3:8b
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 32Gi
|
||||
nodeSelector:
|
||||
ai-capable: "true"
|
||||
Reference in New Issue
Block a user