summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-10-02 20:17:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-02 20:17:20 +0000
commit8ac7e548395c41360a8b3fbf6528b6a63a7f4cce (patch)
treed11dd6e9fc25bb75783957053af61b525cd28840 /kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml
parenta329ff3854b9f979d0559255192467f4bc02c2b8 (diff)
parent64a34bf8658fe63a6d7176273e835ba2a4118d0b (diff)
Merge "commiting resource limit for onap-aaf component"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml')
-rw-r--r--kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml b/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml
index 189cc0d57d..ed24f67d44 100644
--- a/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml
+++ b/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml
@@ -81,7 +81,7 @@ spec:
- mountPath: /sms/auth
name: {{ include "common.fullname" . }}-auth
resources:
-{{ include "common.resources" . | indent 12 }}
+{{ include "common.resources" . | indent 10 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}