diff options
Diffstat (limited to 'kubernetes/aai/hbase-deployment.yaml')
-rw-r--r-- | kubernetes/aai/hbase-deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aai/hbase-deployment.yaml b/kubernetes/aai/hbase-deployment.yaml index 76e0c86f79..99b4d3f1b4 100644 --- a/kubernetes/aai/hbase-deployment.yaml +++ b/kubernetes/aai/hbase-deployment.yaml @@ -13,6 +13,10 @@ spec: name: hbase spec: hostname: hbase + volumes: + - name: aai-hbase-opt + hostPath: + path: /dockerdata-nfs/onapdemo/aai/hbase/opt/data containers: - name: hbase image: aaidocker/aai-hbase-1.2.3:latest |