Seed of deployment of log components 73/12473/1
authoritay <Itay.Hassid@Amdocs.Com>
Thu, 14 Sep 2017 16:02:45 +0000 (19:02 +0300)
committeritay <Itay.Hassid@Amdocs.Com>
Thu, 14 Sep 2017 16:02:45 +0000 (19:02 +0300)
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 <Itay.Hassid@Amdocs.Com>
kubernetes/log/templates/log-pv-pvc.yaml

index 7e51e4c..989b118 100644 (file)
@@ -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