summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/search-data-service-deployment.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
commit4879820e3a534594e2793733c4e705b90d4ea874 (patch)
tree1106416b237fcba930ff414e9304e0efeb0e50ff /kubernetes/aai/templates/search-data-service-deployment.yaml
parent18c2dbcdf7904d6a4030efa141fe232009362800 (diff)
aai search data config alignment
Change-Id: I690bf6863c38265c2ef10f315f0638be65211585 Issue-ID: OOM-671 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/search-data-service-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/search-data-service-deployment.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/kubernetes/aai/templates/search-data-service-deployment.yaml b/kubernetes/aai/templates/search-data-service-deployment.yaml
index 392a754459..5f667106a7 100644
--- a/kubernetes/aai/templates/search-data-service-deployment.yaml
+++ b/kubernetes/aai/templates/search-data-service-deployment.yaml
@@ -89,16 +89,8 @@ spec:
emptyDir: {}
- name: aai-search-data-service-log-conf
configMap:
- name: aai-search-data-service-configmap
+ name: aai-search-data-service-log-configmap
restartPolicy: Always
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: aai-search-data-service-configmap
- namespace: {{ .Values.nsPrefix }}-aai
-data:
-{{ (.Files.Glob "resources/search-data-service/conf/logback.xml").AsConfig | indent 2 }}
#{{ end }}