diff options
author | econwar <conor.ward@est.tech> | 2019-01-08 16:19:59 +0000 |
---|---|---|
committer | econwar <conor.ward@est.tech> | 2019-02-21 09:02:26 +0000 |
commit | 378cf19f543cda153333273bd348c7092c5898bb (patch) | |
tree | de29e075e3f3692955ab6908de6bfdbe1c9d036d /kubernetes/dmaap/templates/configmap.yaml | |
parent | 72bf2bb15e039883eebf6ebb4118e2dbe2b25f34 (diff) |
Add filebeat sidecar container for dmaap-dr
Change-Id: I3f81a683832ec37598e165c859944ab97a9ffc51
Issue-ID: DMAAP-853
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'kubernetes/dmaap/templates/configmap.yaml')
-rw-r--r-- | kubernetes/dmaap/templates/configmap.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kubernetes/dmaap/templates/configmap.yaml b/kubernetes/dmaap/templates/configmap.yaml new file mode 100644 index 0000000000..6d801024f4 --- /dev/null +++ b/kubernetes/dmaap/templates/configmap.yaml @@ -0,0 +1,26 @@ +# +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-dmaap-filebeat-configmap + namespace: {{ include "common.namespace" . }} +data: +{{ tpl (.Files.Glob "resources/config/log/filebeat/filebeat.yml").AsConfig . | indent 2 }}
\ No newline at end of file |