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