Merge "Updated AAI to latest images"
[oom.git] / kubernetes / aai / templates / configmap.yaml
1 # this is a shared resource for subcharts
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: aai-filebeat
6   namespace: {{ include "common.namespace" . }}
7 data:
8 {{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}
9 ---
10 apiVersion: v1
11 kind: ConfigMap
12 metadata:
13   name: aai-deployment-configmap
14   namespace: {{ include "common.namespace" . }}
15 data:
16 {{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }}
17
18