From: Munir Ahmad Date: Mon, 31 Jul 2017 23:51:59 +0000 (-0400) Subject: externalize /opt/data/ for AAI hbase X-Git-Tag: 4.0.0-ONAP~15^2~218 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6c7005111d37934f26f56735b1d30fac0adc0fc5;p=aai%2Foom.git externalize /opt/data/ for AAI hbase Change-Id: If2f1f1138c0e15c0622fddfce06e409b8e2c6e22 Signed-off-by: Munir Ahmad --- diff --git a/hbase-deployment.yaml b/hbase-deployment.yaml index 76e0c86..99b4d3f 100644 --- a/hbase-deployment.yaml +++ b/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