diff --git a/charts/partner-onboarder/values.yaml b/charts/partner-onboarder/values.yaml index f633ebbe4..4924195ed 100644 --- a/charts/partner-onboarder/values.yaml +++ b/charts/partner-onboarder/values.yaml @@ -131,9 +131,9 @@ resources: # 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: 200m - # memory: 256Mi + limits: + cpu: 800m + memory: 15000Mi requests: cpu: 500m memory: 1000Mi