diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-05 09:01:02 +0000 |
---|---|---|
committer | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-05 09:03:24 +0000 |
commit | f313ba956d64be9f997899af5df46b28bc087e19 (patch) | |
tree | d3d2724fb7e64d86d0e27c41ea15d9929843b2ae /kubernetes/aai/templates/aai-filebeat-configmap.yaml | |
parent | 6ef600ce9d8ab6dd7af3b64363a4d3212ca53036 (diff) |
config seg aai resources and traversal
Issue-ID: OOM-658
Change-Id: I8878f202147edc419341fdc3bdafeb1ebc2eec1c
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/aai-filebeat-configmap.yaml')
-rw-r--r-- | kubernetes/aai/templates/aai-filebeat-configmap.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/aai/templates/aai-filebeat-configmap.yaml b/kubernetes/aai/templates/aai-filebeat-configmap.yaml new file mode 100644 index 0000000000..5a123a54a0 --- /dev/null +++ b/kubernetes/aai/templates/aai-filebeat-configmap.yaml @@ -0,0 +1,9 @@ +#{{ if not .Values.disableAaiAaiResources }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: aai-filebeat-configmap + namespace: {{ .Values.nsPrefix }}-aai +data: +{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }} +#{{ end }} |