From 27307ff6830f6dab8c30cfe91914891fcc015135 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 1 Aug 2026 10:34:54 +0200 Subject: [PATCH] fix deepseek pvc --- llamacpp/pv.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llamacpp/pv.yaml b/llamacpp/pv.yaml index 2dfeff4..5edffb4 100644 --- a/llamacpp/pv.yaml +++ b/llamacpp/pv.yaml @@ -24,7 +24,7 @@ metadata: spec: storageClassName: manual capacity: - storage: 200Gi + storage: 100Gi accessModes: - ReadWriteMany hostPath: @@ -51,4 +51,4 @@ spec: - ReadWriteMany resources: requests: - storage: 200Gi + storage: 100Gi