From 4c191952ba5dc4c5e91ee371f41007f43b374f9a Mon Sep 17 00:00:00 2001 From: cmyui Date: Thu, 9 Nov 2023 00:09:45 -0500 Subject: [PATCH] resource limits & rquests --- chart/values.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index a89d35e..b52cda6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,11 +11,19 @@ apps: env: - name: APP_COMPONENT value: api + resources: + limits: + cpu: 500m + memory: 300Mi + requests: + cpu: 250m + memory: 150Mi imagePullSecrets: - name: osuakatsuki-registry-secret service: type: ClusterIP port: 80 + - name: performance-service-processor environment: production codebase: performance-service @@ -28,6 +36,13 @@ apps: env: - name: APP_COMPONENT value: processor + resources: + limits: + cpu: 500m + memory: 300Mi + requests: + cpu: 250m + memory: 150Mi imagePullSecrets: - name: osuakatsuki-registry-secret service: