Set open webui to local-path same as ollama
This commit is contained in:
parent
ae589acb85
commit
fbe623fd76
@ -20,6 +20,11 @@ resources:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
size: 2Gi
|
||||
|
||||
# Schedule on GPU worker node (same as Ollama for low latency)
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: k3s-worker-5-gpu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user