From c7791259056b6d6e3d2e5f93d2c49a31374440d0 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 30 Jan 2026 15:55:48 +1100 Subject: [PATCH] Update --- ai/crawl4ai.yaml | 2 +- home-apps/searxng.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/crawl4ai.yaml b/ai/crawl4ai.yaml index 8ef6a58..9d61d66 100644 --- a/ai/crawl4ai.yaml +++ b/ai/crawl4ai.yaml @@ -137,7 +137,7 @@ spec: mountPath: "/dev/shm" resources: requests: - cpu: 500m + cpu: 200m memory: 4Gi limits: cpu: 3000m diff --git a/home-apps/searxng.yaml b/home-apps/searxng.yaml index a0be4b7..342d3e5 100644 --- a/home-apps/searxng.yaml +++ b/home-apps/searxng.yaml @@ -33,7 +33,7 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: "" + storageClassName: "local-storage" resources: requests: storage: 2Gi