aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates
diff options
context:
space:
mode:
authorLeigh,Phillip (pl876u) <phillip.leigh@amdocs.com>2018-12-07 20:11:14 -0500
committerLeigh, Phillip (pl876u) <phillip.leigh@amdocs.com>2018-12-12 16:29:29 -0500
commit7a892478f3b6dfdd1cb25bb8c44c44c858088b1e (patch)
treea5434bd5a7fdccecec104cb35ff96f73e504a9c5 /kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates
parenta0cacb279412715823f553314306bc4b2ff25a82 (diff)
BugFix:Unable to log in ND & NDCB
Enable loggers in network-discovery-micro-service and network-discovery-context-builder Issue-ID: LOG-879 Issue-ID: SDNC-541 Change-Id: I54fd751d9af1e83c73e7e2d294fd3ea7ea950c27 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates')
-rw-r--r--kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates/deployment.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates/deployment.yaml b/kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates/deployment.yaml
index 462ee68563..ebb1d3783e 100644
--- a/kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates/deployment.yaml
+++ b/kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/templates/deployment.yaml
@@ -56,7 +56,8 @@ spec:
name: localtime
readOnly: true
- name: {{ include "common.fullname" . }}-logs
- mountPath: /var/log/onap
+ mountPath: /opt/app/logs
+ readOnly: false
- mountPath: /opt/app/config/logback.xml
name: {{ include "common.fullname" . }}-log-conf
subPath: logback.xml
@@ -64,6 +65,9 @@ spec:
name: {{ include "common.fullname" . }}-config
readOnly: true
subPath: application.properties
+ - name: {{ include "common.fullname" . }}-logs-eelf
+ mountPath: /opt/app/logs/EELF
+ readOnly: false
resources:
{{ include "common.resources" . | indent 12 }}
@@ -87,7 +91,7 @@ spec:
- name: {{ include "common.fullname" . }}-data-filebeat
mountPath: /usr/share/filebeat/data
- name: {{ include "common.fullname" . }}-logs
- mountPath: /var/log/onap
+ mountPath: /opt/app/logs
volumes:
- name: localtime
@@ -106,7 +110,7 @@ spec:
emptyDir: {}
- name: {{ include "common.fullname" . }}-logs
emptyDir: {}
-
-
+ - name: {{ include "common.fullname" . }}-logs-eelf
+ emptyDir: {}
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"