aboutsummaryrefslogtreecommitdiffstats
path: root/templates/elasticsearch-configmap.yaml
diff options
context:
space:
mode:
authormayankg2703 <mayank.gupta@amdocs.com>2018-02-05 17:18:18 +0000
committermayankg2703 <mayank.gupta@amdocs.com>2018-02-05 17:19:00 +0000
commit9e9636f662861855ce722340b18f0f50fbb27237 (patch)
tree6f22669cef4ef8c4fb2b205f6df63bb49d58324a /templates/elasticsearch-configmap.yaml
parentbccac379acdd6422375f8b2fa74dbe3ef082cbb1 (diff)
config seg aai elasticsearch
Change-Id: I1d734fee3e487ba7d2e346576e38aba84928928f Issue-ID: OOM-660 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'templates/elasticsearch-configmap.yaml')
-rw-r--r--templates/elasticsearch-configmap.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/elasticsearch-configmap.yaml b/templates/elasticsearch-configmap.yaml
new file mode 100644
index 0000000..4a02346
--- /dev/null
+++ b/templates/elasticsearch-configmap.yaml
@@ -0,0 +1,9 @@
+#{{ if not .Values.disableAaiElasticsearch }}
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: aai-elasticsearch-configmap
+ namespace: {{ .Values.nsPrefix }}-aai
+data:
+{{ tpl (.Files.Glob "resources/config/elasticsearch/config/elasticsearch.yml").AsConfig . | indent 2 }}
+#{{ end }}