adding missing volumeMounts for aai hbase 87/6987/1
authorMunir Ahmad <munir.ahmad@bell.ca>
Tue, 8 Aug 2017 12:51:51 +0000 (08:51 -0400)
committerMunir Ahmad <munir.ahmad@bell.ca>
Tue, 8 Aug 2017 12:53:55 +0000 (08:53 -0400)
Change-Id: I194caccba8e488119cd55e2727a742c603554f96
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
kubernetes/aai/hbase-deployment.yaml

index 99b4d3f..c2a96c9 100644 (file)
@@ -14,12 +14,15 @@ spec:
     spec:
       hostname: hbase
       volumes:
-        - name: aai-hbase-opt
+        - name: hbase-opt-data
           hostPath:
             path: /dockerdata-nfs/onapdemo/aai/hbase/opt/data
       containers:
       - name: hbase
         image: aaidocker/aai-hbase-1.2.3:latest
+        volumeMounts:
+        - mountPath: /opt/data/
+          name: hbase-opt-data
         ports:
         - containerPort: 8020
         readinessProbe: