summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/aai-resources-deployment.yaml4
-rw-r--r--templates/aai-traversal-deployment.yaml4
2 files changed, 6 insertions, 2 deletions
diff --git a/templates/aai-resources-deployment.yaml b/templates/aai-resources-deployment.yaml
index c874e39..6c78ca8 100644
--- a/templates/aai-resources-deployment.yaml
+++ b/templates/aai-resources-deployment.yaml
@@ -54,11 +54,13 @@ spec:
value: /var/chef/aai-data/environments
- name: CHEF_GIT_URL
value: http://gerrit.onap.org/r/aai
+ - name: LOCAL_USER_ID
+ value: "0"
volumeMounts:
- mountPath: /etc/localtime
name: localtime
readOnly: true
- - mountPath: /opt/aai/logroot/
+ - mountPath: /opt/aai/logroot/AAI-RES
name: aai-resources-logs
- mountPath: /var/chef/aai-data/
name: aai-data
diff --git a/templates/aai-traversal-deployment.yaml b/templates/aai-traversal-deployment.yaml
index d430479..a566080 100644
--- a/templates/aai-traversal-deployment.yaml
+++ b/templates/aai-traversal-deployment.yaml
@@ -58,11 +58,13 @@ spec:
value: http://gerrit.onap.org/r/aai
- name: RESOURCES_HOSTNAME
value: aai-resources.{{ .Values.nsPrefix }}-aai
+ - name: LOCAL_USER_ID
+ value: "0"
volumeMounts:
- mountPath: /etc/localtime
name: localtime
readOnly: true
- - mountPath: /opt/aai/logroot/
+ - mountPath: /opt/aai/logroot/AAI-GQ
name: aai-traversal-logs
- mountPath: /var/chef/aai-data/
name: aai-data