Merge "adding missing volumeMounts for aai hbase"
authorJerome Doucerain <jerome.doucerain@bell.ca>
Mon, 14 Aug 2017 16:28:43 +0000 (16:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Aug 2017 16:28:43 +0000 (16:28 +0000)
kubernetes/aai/hbase-deployment.yaml

index d086061..d39d0c7 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: