summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-data-router/templates/configmap.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-10-01 19:18:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-01 19:18:37 +0000
commit90b7d266d28b053cb1f3d51859a8e025811d9b65 (patch)
treedde8a4d36604e813fc1879ebaf21e7ecaf6778d4 /kubernetes/aai/charts/aai-data-router/templates/configmap.yaml
parent629fbdb1d83f9feb04be27ae538139323304a6ed (diff)
parentc20dfd0d6b2ce32ff9bbc8eade3b2cdc9dbff581 (diff)
Merge "Update data-router to use HTTPS DMaaP"
Diffstat (limited to 'kubernetes/aai/charts/aai-data-router/templates/configmap.yaml')
-rw-r--r--kubernetes/aai/charts/aai-data-router/templates/configmap.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-data-router/templates/configmap.yaml b/kubernetes/aai/charts/aai-data-router/templates/configmap.yaml
index 6cfc3bef7a..23d3dbbcb9 100644
--- a/kubernetes/aai/charts/aai-data-router/templates/configmap.yaml
+++ b/kubernetes/aai/charts/aai-data-router/templates/configmap.yaml
@@ -38,3 +38,29 @@ metadata:
data:
{{ tpl (.Files.Glob "resources/dynamic/routes/entity-event.route").AsConfig . | indent 2 }}
{{ tpl (.Files.Glob "resources/dynamic/conf/entity-event-policy.xml").AsConfig . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ include "common.fullname" . }}-log-configmap
+ namespace: {{ include "common.namespace" . }}
+ labels:
+ app: {{ include "common.name" . }}
+ chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+data:
+{{ tpl (.Files.Glob "resources/config/log/*").AsConfig . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ include "common.fullname" . }}-filebeat-configmap
+ namespace: {{ include "common.namespace" . }}
+ labels:
+ app: {{ include "common.name" . }}
+ chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+data:
+{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }} \ No newline at end of file