aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-api/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/policy/components/policy-api/values.yaml')
-rwxr-xr-xkubernetes/policy/components/policy-api/values.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml
index 3b64507880..c9ee8eb980 100755
--- a/kubernetes/policy/components/policy-api/values.yaml
+++ b/kubernetes/policy/components/policy-api/values.yaml
@@ -111,17 +111,17 @@ flavor: small
resources:
small:
limits:
- cpu: 1
- memory: 6Gi
+ cpu: 999
+ memory: 1Gi
requests:
- cpu: 150m
+ cpu: 0.5
memory: 1Gi
large:
limits:
- cpu: 2
- memory: 8Gi
+ cpu: 999
+ memory: 2Gi
requests:
- cpu: 200m
+ cpu: 1
memory: 2Gi
unlimited: {}