From 9f5dc0435eae9dc7de9fa9d4a8b75a3319650c4a Mon Sep 17 00:00:00 2001 From: Prateekinlinux Date: Thu, 20 Sep 2018 14:08:54 +0000 Subject: Resource limit: DMAAP component Addressing CI comments and clean up w.s. resolving merge conflicts Issue-ID: OOM-1152 Change-Id: I20f772db7c8d1d7b36997c2c2ea17d26b8165976 Signed-off-by: Prateekinlinux Signed-off-by: Mandeep Khinda --- kubernetes/dmaap/charts/message-router/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/dmaap/charts/message-router/templates') diff --git a/kubernetes/dmaap/charts/message-router/templates/deployment.yaml b/kubernetes/dmaap/charts/message-router/templates/deployment.yaml index 63534e8c79..1798092eb4 100644 --- a/kubernetes/dmaap/charts/message-router/templates/deployment.yaml +++ b/kubernetes/dmaap/charts/message-router/templates/deployment.yaml @@ -79,6 +79,8 @@ spec: - mountPath: /appl/dmaapMR1/etc/keyfile subPath: mykey name: mykey + resources: +{{ include "common.resources" . | indent 12 }} volumes: - name: localtime hostPath: -- cgit 1.2.3-korg