From 3eb3c2e8312ca880b0e8cd006f569254b549ee3e Mon Sep 17 00:00:00 2001 From: akenihan Date: Tue, 12 Nov 2024 13:37:37 +0000 Subject: [PATCH] Make deployment charts use minimal resources Issue-ID: POLICY-5095 Change-Id: I4ee301c42356cccabfd34effb921094a5c3c865c Signed-off-by: akenihan --- helm/policy/components/policy-apex-pdp/values.yaml | 2 +- helm/policy/components/policy-api/values.yaml | 2 +- helm/policy/components/policy-distribution/values.yaml | 2 +- helm/policy/components/policy-drools-pdp/values.yaml | 2 +- helm/policy/components/policy-pap/values.yaml | 2 +- helm/policy/components/policy-xacml-pdp/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/policy/components/policy-apex-pdp/values.yaml b/helm/policy/components/policy-apex-pdp/values.yaml index add48dc8..bc7959e2 100755 --- a/helm/policy/components/policy-apex-pdp/values.yaml +++ b/helm/policy/components/policy-apex-pdp/values.yaml @@ -84,7 +84,7 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 2Gi requests: cpu: 10m memory: 1Gi diff --git a/helm/policy/components/policy-api/values.yaml b/helm/policy/components/policy-api/values.yaml index a05a09e6..b5ce0824 100644 --- a/helm/policy/components/policy-api/values.yaml +++ b/helm/policy/components/policy-api/values.yaml @@ -85,7 +85,7 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 2Gi requests: cpu: 100m memory: 1Gi diff --git a/helm/policy/components/policy-distribution/values.yaml b/helm/policy/components/policy-distribution/values.yaml index 28f1f267..e50449fc 100644 --- a/helm/policy/components/policy-distribution/values.yaml +++ b/helm/policy/components/policy-distribution/values.yaml @@ -83,7 +83,7 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 2Gi requests: cpu: 100m memory: 1Gi diff --git a/helm/policy/components/policy-drools-pdp/values.yaml b/helm/policy/components/policy-drools-pdp/values.yaml index ca49da5e..db61a719 100644 --- a/helm/policy/components/policy-drools-pdp/values.yaml +++ b/helm/policy/components/policy-drools-pdp/values.yaml @@ -152,7 +152,7 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 2Gi requests: cpu: 100m memory: 1Gi diff --git a/helm/policy/components/policy-pap/values.yaml b/helm/policy/components/policy-pap/values.yaml index 5efc0b02..ffab46aa 100755 --- a/helm/policy/components/policy-pap/values.yaml +++ b/helm/policy/components/policy-pap/values.yaml @@ -97,7 +97,7 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 2Gi requests: cpu: 100m memory: 1Gi diff --git a/helm/policy/components/policy-xacml-pdp/values.yaml b/helm/policy/components/policy-xacml-pdp/values.yaml index 4766256c..753a9d64 100644 --- a/helm/policy/components/policy-xacml-pdp/values.yaml +++ b/helm/policy/components/policy-xacml-pdp/values.yaml @@ -111,7 +111,7 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 2Gi requests: cpu: 100m memory: 1Gi -- 2.16.6