diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 13:11:20 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 13:11:24 -0400 |
commit | a518c7e5edd32ef43c4eab297795ecbd741e79b4 (patch) | |
tree | ce5c1082ca3c3275dcdb3acb2aad6dc6ab97b7dd /charts/aai-schema-service | |
parent | 77328b5b89f267d2e438ec853fd1a574aa79ff9a (diff) |
Update the logs folder to be AAI-SS
Issue-ID: AAI-2356
Change-Id: I5ae4edab334aa2df722138f9d63ab8f23478cae7
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'charts/aai-schema-service')
-rw-r--r-- | charts/aai-schema-service/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-schema-service/templates/deployment.yaml b/charts/aai-schema-service/templates/deployment.yaml index bd9a85f..38a19d3 100644 --- a/charts/aai-schema-service/templates/deployment.yaml +++ b/charts/aai-schema-service/templates/deployment.yaml @@ -53,7 +53,7 @@ spec: - mountPath: /opt/app/aai-schema-service/resources/etc/appprops/aaiconfig.properties name: aaiconfig-conf subPath: aaiconfig.properties - - mountPath: /opt/aai/logroot/AAI-SCHEMA-SERVICE + - mountPath: /opt/aai/logroot/AAI-SS name: {{ include "common.fullname" . }}-logs - mountPath: /opt/app/aai-schema-service/resources/logback.xml name: {{ include "common.fullname" . }}-log-conf |