From: Munir Ahmad Date: Tue, 8 Aug 2017 12:51:51 +0000 (-0400) Subject: adding missing volumeMounts for aai hbase X-Git-Tag: 4.0.0-ONAP~15^2~216^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fe190941d53466fc3f1b39320be4d19a5e269f7c;p=aai%2Foom.git adding missing volumeMounts for aai hbase Change-Id: I194caccba8e488119cd55e2727a742c603554f96 Signed-off-by: Munir Ahmad --- diff --git a/hbase-deployment.yaml b/hbase-deployment.yaml index 99b4d3f..c2a96c9 100644 --- a/hbase-deployment.yaml +++ b/hbase-deployment.yaml @@ -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: