From b74157e1cd790070451fd8b24a6c7e723ef2fb3f Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 13 May 2024 17:09:53 +0200 Subject: [PATCH] feat(maubot): add default resources --- charts/maubot/Chart.yaml | 2 +- charts/maubot/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/maubot/Chart.yaml b/charts/maubot/Chart.yaml index 494aacd..265780b 100644 --- a/charts/maubot/Chart.yaml +++ b/charts/maubot/Chart.yaml @@ -4,7 +4,7 @@ description: | A plugin-based Matrix bot system appVersion: v0.4.2 type: application -version: 0.1.4 +version: 0.1.5 maintainers: - name: Tommy Skaug email: tommy@skaug.me diff --git a/charts/maubot/values.yaml b/charts/maubot/values.yaml index 981dbb2..5fccb58 100644 --- a/charts/maubot/values.yaml +++ b/charts/maubot/values.yaml @@ -23,8 +23,8 @@ postgres: resources: limits: - memory: "3Gi" + memory: "2Gi" cpu: "1000m" -# requests: -# cpu: 100m -# memory: 250Mi + requests: + cpu: 100m + memory: 50Mi