From d0405dd1a68d0618563d04e7f1d41455cb334063 Mon Sep 17 00:00:00 2001 From: Nicholas Cernera Date: Thu, 9 Jan 2025 04:56:44 +0000 Subject: [PATCH] Update resource requests for deployment-operator --- charts/deployment-operator/values.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/charts/deployment-operator/values.yaml b/charts/deployment-operator/values.yaml index 8b665fdc..2b81c039 100644 --- a/charts/deployment-operator/values.yaml +++ b/charts/deployment-operator/values.yaml @@ -78,17 +78,10 @@ ingress: # hosts: # - chart-example.local -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi +resources: + requests: + memory: "309329920Mi" + cpu: "48.437999999999995m" nodeSelector: {}