From 7154f732ceee150b383c7e20a51e8dae057af107 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 21:57:17 +0100 Subject: [PATCH] chore(manifests/postgres): cpu resources "4" instead of 4000m - was casuing argocd being out-of-sync --- manifests/postgres/postgres.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/postgres/postgres.yaml b/manifests/postgres/postgres.yaml index 3cb3049..0b5d36a 100644 --- a/manifests/postgres/postgres.yaml +++ b/manifests/postgres/postgres.yaml @@ -15,10 +15,10 @@ spec: size: 100Gi resources: limits: - cpu: 4000m + cpu: "4" memory: 8Gi requests: - cpu: 1000m + cpu: "1" memory: 8Gi ## Postgres configuration ## # Enable 'postgres' superuser