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:
resources:
requests:
cpu: 100m
memory: 20Mi
memory: 50Mi
limits:
cpu: 100m
memory: 20Mi
memory: 50Mi
{{ end }}
{{- if .Values.bootstrap.ddldml.configMap }}
- name: ddl
......@@ -151,8 +151,8 @@ spec:
resources:
requests:
cpu: 100m
memory: 20Mi
memory: 50Mi
limits:
cpu: 100m
memory: 20Mi
memory: 50Mi
{{ 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