diff --git a/modules/kubernetes/ollama/main.tf b/modules/kubernetes/ollama/main.tf index de92c405..1ff00895 100644 --- a/modules/kubernetes/ollama/main.tf +++ b/modules/kubernetes/ollama/main.tf @@ -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" diff --git a/terraform.tfstate b/terraform.tfstate index 9072ea64..7d42525e 100644 Binary files a/terraform.tfstate and b/terraform.tfstate differ diff --git a/terraform.tfvars b/terraform.tfvars index e7b40495..6bdfc954 100644 Binary files a/terraform.tfvars and b/terraform.tfvars differ