aai sparky be config alignment 87/30587/3
authormayankg2703 <mayank.gupta@amdocs.com>
Wed, 7 Feb 2018 05:29:22 +0000 (05:29 +0000)
committermayankg2703 <mayank.gupta@amdocs.com>
Thu, 8 Feb 2018 18:29:54 +0000 (18:29 +0000)
Change-Id: I7c8f8732763a39cf0bccec9af4149736c9108ea5
Issue-ID: OOM-666
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
kubernetes/aai/resources/config/log/sparky-be/logback.xml [moved from kubernetes/aai/resources/sparky-be/conf/logback.xml with 100% similarity]
kubernetes/aai/templates/sparky-be-deployment-configmap.yaml
kubernetes/aai/templates/sparky-be-deployment.yaml

index 55dea65..590608b 100644 (file)
@@ -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 }}
index dfeab6a..9fe324a 100644 (file)
@@ -101,16 +101,8 @@ spec:
         emptyDir: {}
       - name: aai-sparky-be-log-conf
         configMap:
-         name: aai-sparky-be-configmap
+         name: aai-sparky-be-log-configmap
       restartPolicy: Always
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: aai-sparky-be-configmap
-  namespace: {{ .Values.nsPrefix }}-aai
-data:
-{{ (.Files.Glob "resources/sparky-be/conf/logback.xml").AsConfig | indent 2 }}
 #{{ end }}