From f8b127788a06c8ec7670095aee81f0e0955437ae Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 15 Jan 2024 16:39:54 +1100 Subject: [PATCH] Update home-apps --- {home-apps => archive}/chuanhuchatgpt.yaml | 0 home-apps/adguard.yaml | 4 ++-- home-apps/archivebox.yaml | 2 +- home-apps/go-links.yaml | 8 ++++---- home-apps/nas.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) rename {home-apps => archive}/chuanhuchatgpt.yaml (100%) diff --git a/home-apps/chuanhuchatgpt.yaml b/archive/chuanhuchatgpt.yaml similarity index 100% rename from home-apps/chuanhuchatgpt.yaml rename to archive/chuanhuchatgpt.yaml diff --git a/home-apps/adguard.yaml b/home-apps/adguard.yaml index 1eb1af7..f08eed5 100644 --- a/home-apps/adguard.yaml +++ b/home-apps/adguard.yaml @@ -93,10 +93,10 @@ spec: mountPath: "/opt/adguardhome/work" resources: requests: - cpu: 200m + cpu: 300m memory: 512Mi limits: - cpu: 400m + cpu: 600m memory: 1Gi volumes: - name: configs diff --git a/home-apps/archivebox.yaml b/home-apps/archivebox.yaml index bdd383b..8c87c57 100644 --- a/home-apps/archivebox.yaml +++ b/home-apps/archivebox.yaml @@ -48,7 +48,7 @@ spec: resources: requests: cpu: 300m - memory: 1Gi + memory: 512Mi limits: cpu: 1000m memory: 2Gi diff --git a/home-apps/go-links.yaml b/home-apps/go-links.yaml index 1d621e3..47897f3 100644 --- a/home-apps/go-links.yaml +++ b/home-apps/go-links.yaml @@ -52,11 +52,11 @@ spec: mountPath: /home/nonroot resources: requests: - cpu: 300m - memory: 500Mi + cpu: 100m + memory: 256Mi limits: - cpu: 500m - memory: 1Gi + cpu: 300m + memory: 512Mi volumes: - name: data persistentVolumeClaim: diff --git a/home-apps/nas.yaml b/home-apps/nas.yaml index 16476af..5e4ed38 100644 --- a/home-apps/nas.yaml +++ b/home-apps/nas.yaml @@ -37,9 +37,9 @@ spec: resources: limits: cpu: "1" - memory: "500Mi" + memory: "600Mi" requests: - cpu: "0.5" + cpu: "0.4" memory: "300Mi" ---