diff options
author | ac2550 <ac2550@intl.att.com> | 2018-05-24 15:47:05 +0200 |
---|---|---|
committer | ac2550 <ac2550@intl.att.com> | 2018-05-24 15:47:05 +0200 |
commit | de0098901aa59824ca38a3c0354d8a93a3ba9deb (patch) | |
tree | 69a820827a0cf372906a6f0d2fea9be4efe5e702 /kubernetes/clamp/templates/configmap.yaml | |
parent | 07d87e7559c14993dc0cb6919c60fb2d1b5757b7 (diff) |
Adding logging for the main CLAMP
Issue-ID: CLAMP-170
Change-Id: I0dcd730efdbe02b333db91629d1e5f90024efb9e
Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'kubernetes/clamp/templates/configmap.yaml')
-rw-r--r-- | kubernetes/clamp/templates/configmap.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/clamp/templates/configmap.yaml b/kubernetes/clamp/templates/configmap.yaml index 7a66c64755..e0ed211717 100644 --- a/kubernetes/clamp/templates/configmap.yaml +++ b/kubernetes/clamp/templates/configmap.yaml @@ -25,3 +25,11 @@ metadata: data: {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} spring_application_json: {{ tpl .Values.config.springApplicationJson . | quote }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-clamp-filebeat-configmap + namespace: {{ include "common.namespace" . }} +data: +{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }} |