From ffcdd6b995751e18b87c1922585c5f2571cd8bad Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Tue, 16 Jun 2026 15:40:06 +0200 Subject: [PATCH] increase resources --- teastore/auth-patch.yaml | 6 +++--- teastore/db-patch.yaml | 4 ++-- teastore/image-patch.yaml | 4 ++-- teastore/persistence-patch.yaml | 4 ++-- teastore/recommender-patch.yaml | 8 ++++---- teastore/registry-patch.yaml | 4 ++-- teastore/webui-patch.yaml | 8 ++++---- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/teastore/auth-patch.yaml b/teastore/auth-patch.yaml index b70a9d8..e8a714c 100644 --- a/teastore/auth-patch.yaml +++ b/teastore/auth-patch.yaml @@ -10,7 +10,7 @@ spec: resources: requests: cpu: 20m - memory: 0.3Gi + memory: 0.5Gi limits: - cpu: 40m - memory: 0.5Gi \ No newline at end of file + cpu: 50m + memory: 0.7Gi \ No newline at end of file diff --git a/teastore/db-patch.yaml b/teastore/db-patch.yaml index bd64b0f..8e43ad4 100644 --- a/teastore/db-patch.yaml +++ b/teastore/db-patch.yaml @@ -10,7 +10,7 @@ spec: resources: requests: cpu: 20m - memory: 0.1Gi + memory: 0.15Gi limits: cpu: 50m - memory: 0.15Gi \ No newline at end of file + memory: 0.2Gi \ No newline at end of file diff --git a/teastore/image-patch.yaml b/teastore/image-patch.yaml index 6b61818..038aa7d 100644 --- a/teastore/image-patch.yaml +++ b/teastore/image-patch.yaml @@ -10,7 +10,7 @@ spec: resources: requests: cpu: 100m - memory: 0.3Gi + memory: 0.6Gi limits: cpu: 300m - memory: 0.6Gi \ No newline at end of file + memory: 0.8Gi \ No newline at end of file diff --git a/teastore/persistence-patch.yaml b/teastore/persistence-patch.yaml index 27c0737..8fe4cc6 100644 --- a/teastore/persistence-patch.yaml +++ b/teastore/persistence-patch.yaml @@ -10,7 +10,7 @@ spec: resources: requests: cpu: 100m - memory: 0.3Gi + memory: 0.5Gi limits: cpu: 200m - memory: 0.6Gi \ No newline at end of file + memory: 0.8Gi \ No newline at end of file diff --git a/teastore/recommender-patch.yaml b/teastore/recommender-patch.yaml index 538e8f9..e4883db 100644 --- a/teastore/recommender-patch.yaml +++ b/teastore/recommender-patch.yaml @@ -9,8 +9,8 @@ spec: - name: teastore-recommender resources: requests: - cpu: 20m - memory: 0.3Gi + cpu: 50m + memory: 0.5Gi limits: - cpu: 40m - memory: 0.5Gi \ No newline at end of file + cpu: 100m + memory: 0.8Gi \ No newline at end of file diff --git a/teastore/registry-patch.yaml b/teastore/registry-patch.yaml index 577d637..77610f8 100644 --- a/teastore/registry-patch.yaml +++ b/teastore/registry-patch.yaml @@ -10,7 +10,7 @@ spec: resources: requests: cpu: 50m - memory: 0.2Gi + memory: 0.3Gi limits: cpu: 100m - memory: 0.3Gi \ No newline at end of file + memory: 0.5Gi \ No newline at end of file diff --git a/teastore/webui-patch.yaml b/teastore/webui-patch.yaml index 4d2cda8..a10c8dd 100644 --- a/teastore/webui-patch.yaml +++ b/teastore/webui-patch.yaml @@ -9,8 +9,8 @@ spec: - name: teastore-webui resources: requests: - cpu: 100m - memory: 0.3Gi + cpu: 200m + memory: 0.6Gi limits: - cpu: 300m - memory: 0.65Gi \ No newline at end of file + cpu: 400m + memory: 0.8Gi \ No newline at end of file