summaryrefslogtreecommitdiffstats
path: root/charts/aai-resources/templates
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-07 21:16:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-07 21:16:01 +0000
commit979c3bf60d799ba00451f57201a94f3c3a7bd29c (patch)
tree6c97fcff69a70e8d4bfd07e1d9b741b29793a9a2 /charts/aai-resources/templates
parent66fa0dce24f8079477fd9aab20ef4beca72570a0 (diff)
parentcef6152f5de3ae0bec495e9284faf476cd6cbc06 (diff)
Merge "Update log path to get filebeat working"
Diffstat (limited to 'charts/aai-resources/templates')
-rw-r--r--charts/aai-resources/templates/deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/charts/aai-resources/templates/deployment.yaml b/charts/aai-resources/templates/deployment.yaml
index 72c7bc0..bc0f171 100644
--- a/charts/aai-resources/templates/deployment.yaml
+++ b/charts/aai-resources/templates/deployment.yaml
@@ -34,6 +34,7 @@ spec:
release: {{ .Release.Name }}
name: {{ include "common.name" . }}
annotations:
+ checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
msb.onap.org/service-info: '[
{
"serviceName": "_aai-cloudInfrastructure",
@@ -453,7 +454,7 @@ spec:
- mountPath: /opt/app/aai-resources/resources/etc/appprops/aaiconfig.properties
name: {{ include "common.fullname" . }}-aaiconfig-conf
subPath: aaiconfig.properties
- - mountPath: /var/log/onap
+ - mountPath: /opt/aai/logroot/AAI-RES
name: {{ include "common.fullname" . }}-logs
- mountPath: /opt/app/aai-resources/resources/logback.xml
name: {{ include "common.fullname" . }}-log-conf