summaryrefslogtreecommitdiffstats
path: root/templates/search-data-service-configmap.yaml
diff options
context:
space:
mode:
authormayankg2703 <mayank.gupta@amdocs.com>2018-02-07 06:02:17 +0000
committermayankg2703 <mayank.gupta@amdocs.com>2018-02-08 18:37:04 +0000
commit08b083891e67ecc70a500be034bce8962590381e (patch)
tree7c384ad9812d3c27aa7527f001619c8354a16020 /templates/search-data-service-configmap.yaml
parent07fa21bac7ad6fd1592955909be4d3eccb3d995e (diff)
aai search data config alignment
Change-Id: I690bf6863c38265c2ef10f315f0638be65211585 Issue-ID: OOM-671 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'templates/search-data-service-configmap.yaml')
-rw-r--r--templates/search-data-service-configmap.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/search-data-service-configmap.yaml b/templates/search-data-service-configmap.yaml
index c392e41..8f707d4 100644
--- a/templates/search-data-service-configmap.yaml
+++ b/templates/search-data-service-configmap.yaml
@@ -23,4 +23,12 @@ metadata:
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ tpl (.Files.Glob "resources/config/search-data-service/appconfig/auth/search_policy.json").AsSecrets . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: aai-search-data-service-log-configmap
+ namespace: {{ .Values.nsPrefix }}-aai
+data:
+{{ tpl (.Files.Glob "resources/config/log/search-data-service/logback.xml").AsConfig . | indent 2 }}
#{{ end }}