Commit c4f1500c authored by David McKay's avatar David McKay

fix: apply resources to correct containers

parent 0dc71663
......@@ -89,12 +89,7 @@ spec:
- -path
- /ddldml/ddl
resources:
requests:
cpu: 100m
memory: 20Mi
limits:
cpu: 100m
memory: 20Mi
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }}
{{ end }}
{{- if .Values.bootstrap.ddldml.configMap }}
- name: dml
......@@ -125,12 +120,7 @@ spec:
- -path
- /ddldml/dml
resources:
requests:
cpu: 100m
memory: 20Mi
limits:
cpu: 100m
memory: 20Mi
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }}
{{ end }}
containers:
- name: success
......@@ -141,5 +131,10 @@ spec:
args:
- "Bootstrap Success"
resources:
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }}
requests:
cpu: 100m
memory: 20Mi
limits:
cpu: 100m
memory: 20Mi
{{ 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