move ollama models to ssd [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-23 20:40:55 +00:00
parent 8c82df6b6c
commit 403500462c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 4 additions and 2 deletions

View file

@ -113,7 +113,8 @@ resource "kubernetes_deployment" "ollama" {
volume {
name = "ollama-data"
nfs {
path = "/mnt/main/ollama"
# path = "/mnt/main/ollama"
path = "/mnt/ssd/ollama"
server = "10.0.10.15"
}
}
@ -179,7 +180,8 @@ resource "kubernetes_deployment" "ollama-ui" {
}
spec {
container {
image = "ghcr.io/open-webui/open-webui:main"
# image = "ghcr.io/open-webui/open-webui:main"
image = "ghcr.io/open-webui/open-webui:v0.6.43"
name = "ollama-ui"
env {
name = "OLLAMA_BASE_URL"

Binary file not shown.

Binary file not shown.