disable hbase ext. mount 27/8727/1
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Thu, 24 Aug 2017 23:44:24 +0000 (23:44 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Thu, 24 Aug 2017 23:44:24 +0000 (23:44 +0000)
To temporarily workaround the issue logged by OOM-171

Issue-ID: OOM-171

Change-Id: I9043d1bff1c5594bd87fcc38f25b8b13c2de4999
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/aai/templates/hbase-deployment.yaml

index 5de7b98..598fc0f 100644 (file)
@@ -14,17 +14,10 @@ spec:
       name: hbase
     spec:
       hostname: hbase
-      volumes:
-        - name: hbase-opt-data
-          hostPath:
-            path: /dockerdata-nfs/onap/aai/hbase/opt/data
       containers:
       - name: hbase
         image: {{ .Values.image.aaiHbase }}
         imagePullPolicy: {{ .Values.pullPolicy }}
-        volumeMounts:
-        - mountPath: /opt/data/
-          name: hbase-opt-data
         ports:
         - containerPort: 8020
         readinessProbe: