diff options
author | James MacNider <James.MacNider@amdocs.com> | 2019-04-11 14:53:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-11 14:53:00 +0000 |
commit | e7f1ac17bf075a45fcf5626797973eef3bf3c05a (patch) | |
tree | 73d9fdaeb775a06d0f7e27f5b365af6671d31137 | |
parent | b7e876f2735b5e0636b387aa0fa4eb9054dc5ca0 (diff) | |
parent | 1264b0d44df7fe92feff5cb2b1ba8058fd409b02 (diff) |
Merge "Update the logs folder to be AAI-SS"
-rw-r--r-- | kubernetes/aai/charts/aai-schema-service/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-schema-service/templates/deployment.yaml b/kubernetes/aai/charts/aai-schema-service/templates/deployment.yaml index bd9a85fec2..38a19d3bd3 100644 --- a/kubernetes/aai/charts/aai-schema-service/templates/deployment.yaml +++ b/kubernetes/aai/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 |