From: itay Date: Thu, 14 Sep 2017 16:02:45 +0000 (+0300) Subject: Seed of deployment of log components X-Git-Tag: 2.0.0-ONAP~655 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=20025780f8ed5f6e34043c8419a9f551438b5a0e Seed of deployment of log components Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files- fix hostPath in PersistentVolume Issue-ID:OOM-110 Change-Id: Id8e831667ebd99b501504f12be5b382422e1599b Signed-off-by: itay --- diff --git a/kubernetes/log/templates/log-pv-pvc.yaml b/kubernetes/log/templates/log-pv-pvc.yaml index 7e51e4c525..989b118ca9 100644 --- a/kubernetes/log/templates/log-pv-pvc.yaml +++ b/kubernetes/log/templates/log-pv-pvc.yaml @@ -12,7 +12,7 @@ spec: - ReadWriteMany persistentVolumeReclaimPolicy: Retain hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/elasticsearch/data + path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/elasticsearch/data --- kind: PersistentVolumeClaim apiVersion: v1