From 5b66741793e7fdb488e75d48e9090a2ab1cff0b5 Mon Sep 17 00:00:00 2001 From: Simone Lindner Date: Thu, 17 Aug 2023 08:40:24 +0200 Subject: [PATCH 1/2] resources request adjusted --- charts/discoveryfinder/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/discoveryfinder/values.yaml b/charts/discoveryfinder/values.yaml index 6c1771a..bbece36 100644 --- a/charts/discoveryfinder/values.yaml +++ b/charts/discoveryfinder/values.yaml @@ -66,9 +66,11 @@ discoveryfinder: nginx.ingress.kubernetes.io/x-forwarded-prefix: /discoveryfinder resources: limits: - memory: "1024Mi" + cpu: 750m + memory: 1024Mi requests: - memory: "512Mi" + cpu: 750m + memory: 1024Mi postgresql: primary: From 9764edf3aa9afe8f6681d7cfe5aaec8d9adb84d6 Mon Sep 17 00:00:00 2001 From: Simone Lindner Date: Thu, 17 Aug 2023 09:05:44 +0200 Subject: [PATCH 2/2] version no increased --- charts/discoveryfinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/discoveryfinder/Chart.yaml b/charts/discoveryfinder/Chart.yaml index 28e16bd..a29df3a 100644 --- a/charts/discoveryfinder/Chart.yaml +++ b/charts/discoveryfinder/Chart.yaml @@ -23,7 +23,7 @@ home: https://eclipse-tractusx.github.io/ sources: - https://github.com/eclipse-tractusx/sldt-discovery-finder type: application -version: 0.1.7 +version: 0.1.8 appVersion: 0.2.3-M1 dependencies: