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