From 75a685f5ced1a490948a286ddde6352a92d4f447 Mon Sep 17 00:00:00 2001 From: manastanmay-eGov <118505430+manastanmay-eGov@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:55:39 +0530 Subject: [PATCH] Update values.yaml --- .../helm/charts/urban/pt-services-v2/values.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deploy-as-code/helm/charts/urban/pt-services-v2/values.yaml b/deploy-as-code/helm/charts/urban/pt-services-v2/values.yaml index c66c37acf0..644f3d632d 100644 --- a/deploy-as-code/helm/charts/urban/pt-services-v2/values.yaml +++ b/deploy-as-code/helm/charts/urban/pt-services-v2/values.yaml @@ -19,6 +19,14 @@ initContainers: schemaTable: "pt_services_v2_schema" image: repository: "pt-services-v2-db" + +resources: + limits: + cpu: "512m" + memory: "512Mi" # Increase to 256Mi or more + requests: + cpu: "512m" + memory: "512Mi" # Container Configs image: @@ -30,7 +38,7 @@ healthChecks: readinessProbePath: "/pt-services-v2/health" appType: "java-spring" tracing-enabled: true -heap: "-Xmx512m -Xms512m" +heap: "-Xmx256m -Xms256m" java-args: "-Dspring.profiles.active=monitoring" notification-sms-enabled: "" employee-allowed-search-params: ""