summaryrefslogtreecommitdiffstats
path: root/kubernetes/log
diff options
context:
space:
mode:
authoritay <Itay.Hassid@Amdocs.Com>2017-09-14 19:02:45 +0300
committeritay <Itay.Hassid@Amdocs.Com>2017-09-14 19:02:45 +0300
commit20025780f8ed5f6e34043c8419a9f551438b5a0e (patch)
tree07ef47b822f6eee2a16ee02424926f146b3eb02e /kubernetes/log
parent74870245630c58533f13e4dc34ed2251cb37765f (diff)
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 <Itay.Hassid@Amdocs.Com>
Diffstat (limited to 'kubernetes/log')
-rw-r--r--kubernetes/log/templates/log-pv-pvc.yaml2
1 files changed, 1 insertions, 1 deletions
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