aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
diff options
context:
space:
mode:
authortoshrajbhardwaj <toshrajbhardwaj@gmail.com>2018-09-13 02:45:22 +0000
committertoshrajbhardwaj <toshrajbhardwaj@gmail.com>2018-09-13 02:46:50 +0000
commit72b5f0f909e6949e48c35c49661832ca2a17a1da (patch)
tree99660ef94dd9761f6bbda7085b40974529991432 /kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
parent62927a13cd4b1457d1ebfbd838a4cba145aa9c98 (diff)
Resource Limits for sdnc
Issue-ID: OOM-1162 Change-Id: Ifb06ba4377152148ab817ec48e8cdd62bbff7f5d Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
Diffstat (limited to 'kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml')
-rw-r--r--kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
index 1a13cc3595..a649a077ed 100644
--- a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
+++ b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
@@ -74,7 +74,7 @@ spec:
name: properties
subPath: lcm.properties
resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}