commit | 0a97ab2857372c54945db23b8ad7afe693f8266d | [log] [tgz] |
---|---|---|
author | sunilb <sb00577584@techmahindra.com> | Tue Feb 25 10:18:48 2020 +0530 |
committer | sunilb <sb00577584@techmahindra.com> | Tue Feb 25 10:18:48 2020 +0530 |
tree | 0a9877b1a2ef64ba00544b79f9d4859a527e7b94 | |
parent | d98cc501b887299af62d46a0d9071835d9af5ed0 [diff] [blame] |
readd so filebeat sidecar ELK endpoint Issue-ID: SO-1110 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Ic468a1b28d681d14e862f4405890d996b42660f6
diff --git a/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml b/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml index b572052..2154479 100755 --- a/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml +++ b/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml
@@ -38,3 +38,11 @@ heritage: {{ .Release.Service }} data: {{ tpl (.Files.Glob "resources/config/overrides/*").AsConfig . | indent 2 }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.fullname" . }}-log + namespace: {{ include "common.namespace" . }} +data: +{{ tpl (.Files.Glob "resources/config/logback.xml").AsConfig . | indent 2 }} \ No newline at end of file