diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-07 05:29:22 +0000 |
---|---|---|
committer | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-08 18:29:54 +0000 |
commit | 38d6d7b99c5fb2f137ba4b22a23f2291fcc554d7 (patch) | |
tree | 24505bb02481d3b6cb08e2d0c921c53aae1b7f7a /kubernetes/aai/templates/sparky-be-deployment-configmap.yaml | |
parent | 18c2dbcdf7904d6a4030efa141fe232009362800 (diff) |
aai sparky be config alignment
Change-Id: I7c8f8732763a39cf0bccec9af4149736c9108ea5
Issue-ID: OOM-666
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/sparky-be-deployment-configmap.yaml')
-rw-r--r-- | kubernetes/aai/templates/sparky-be-deployment-configmap.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/aai/templates/sparky-be-deployment-configmap.yaml b/kubernetes/aai/templates/sparky-be-deployment-configmap.yaml index 55dea653cd..590608b566 100644 --- a/kubernetes/aai/templates/sparky-be-deployment-configmap.yaml +++ b/kubernetes/aai/templates/sparky-be-deployment-configmap.yaml @@ -31,4 +31,12 @@ metadata: type: Opaque data: {{ tpl (.Files.Glob "resources/config/sparky-be/appconfig/auth/*").AsSecrets . | indent 2 }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: aai-sparky-be-log-configmap + namespace: {{ .Values.nsPrefix }}-aai +data: +{{ tpl (.Files.Glob "resources/config/log/sparky-be/logback.xml").AsConfig . | indent 2 }} #{{ end }} |