aboutsummaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authorRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2024-11-26 12:27:42 +0000
committerGerrit Code Review <gerrit@onap.org>2024-11-26 12:27:42 +0000
commit85cf619da1e2d2ad11a18a9bf5e20ea085a47f04 (patch)
treebe11f47902fea6936feb053a4a33ce9bc1c1369c /helm
parent49903c39101936b33082ae84d8bb1f835d59ec9e (diff)
parent3eb3c2e8312ca880b0e8cd006f569254b549ee3e (diff)
Merge "Make deployment charts use minimal resources"
Diffstat (limited to 'helm')
-rwxr-xr-xhelm/policy/components/policy-apex-pdp/values.yaml2
-rw-r--r--helm/policy/components/policy-api/values.yaml2
-rw-r--r--helm/policy/components/policy-distribution/values.yaml2
-rw-r--r--helm/policy/components/policy-drools-pdp/values.yaml2
-rwxr-xr-xhelm/policy/components/policy-pap/values.yaml2
-rw-r--r--helm/policy/components/policy-xacml-pdp/values.yaml2
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 668bcd2a..1e8abd89 100755
--- a/helm/policy/components/policy-apex-pdp/values.yaml
+++ b/helm/policy/components/policy-apex-pdp/values.yaml
@@ -85,7 +85,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