Unverified Commit b9a76e04 authored by Petr Drastil's avatar Petr Drastil Committed by GitHub

fix: bump resource limits for init job (#223)

parent c13aa06b
...@@ -61,10 +61,10 @@ spec: ...@@ -61,10 +61,10 @@ spec:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 20Mi memory: 50Mi
limits: limits:
cpu: 100m cpu: 100m
memory: 20Mi memory: 50Mi
{{ end }} {{ end }}
{{- if .Values.bootstrap.ddldml.configMap }} {{- if .Values.bootstrap.ddldml.configMap }}
- name: ddl - name: ddl
...@@ -151,8 +151,8 @@ spec: ...@@ -151,8 +151,8 @@ spec:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 20Mi memory: 50Mi
limits: limits:
cpu: 100m cpu: 100m
memory: 20Mi memory: 50Mi
{{ end }} {{ end }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment