commit | 5e3f36a4b1710c9c1accc41d2530795d5fb66496 | [log] [tgz] |
---|---|---|
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | Mon Sep 24 15:25:42 2018 +0000 |
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | Tue Sep 25 14:17:43 2018 +0000 |
tree | 57d9d848e4e0bffdb9da81a56465d1c0528ccd24 | |
parent | 60d36d4b00699c857e219d22c48c42a4391b9147 [diff] |
Updating charts to use common resource template Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
diff --git a/kubernetes/vfc/charts/vfc-vnflcm/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-vnflcm/templates/deployment.yaml index d2974c6..95e90a1 100644 --- a/kubernetes/vfc/charts/vfc-vnflcm/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-vnflcm/templates/deployment.yaml
@@ -82,7 +82,7 @@ mountPath: /opt/vfc/gvnfm-vnflcm/config/log.yml subPath: log.yml resources: -{{ toYaml .Values.resources | indent 12 }} +{{ include "common.resources" . | indent 12 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 10 }}