diff --git a/charts/partner-onboarder/templates/jobs.yaml b/charts/partner-onboarder/templates/jobs.yaml index e5b52428e..6c265fe0f 100644 --- a/charts/partner-onboarder/templates/jobs.yaml +++ b/charts/partner-onboarder/templates/jobs.yaml @@ -62,5 +62,8 @@ spec: name: {{ . }} {{- end }} {{- end }} + {{- if $.Values.resources }} + resources: {{- toYaml $.Values.resources | nindent 12 }} + {{- end }} {{- end }} {{- end }} \ No newline at end of file diff --git a/charts/partner-onboarder/values.yaml b/charts/partner-onboarder/values.yaml index a82d9181d..4924195ed 100644 --- a/charts/partner-onboarder/values.yaml +++ b/charts/partner-onboarder/values.yaml @@ -131,11 +131,11 @@ 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: 100m + cpu: 500m memory: 1000Mi additionalResources: