From: Munir Ahmad Date: Tue, 8 Aug 2017 12:51:51 +0000 (-0400) Subject: adding missing volumeMounts for aai hbase X-Git-Tag: 2.0.0-ONAP~753^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=53df1979d004f0356826443d2de0ff5bdacf66d7;p=oom.git adding missing volumeMounts for aai hbase Change-Id: I194caccba8e488119cd55e2727a742c603554f96 Signed-off-by: Munir Ahmad --- diff --git a/kubernetes/aai/hbase-deployment.yaml b/kubernetes/aai/hbase-deployment.yaml index 99b4d3f1b4..c2a96c9adf 100644 --- a/kubernetes/aai/hbase-deployment.yaml +++ b/kubernetes/aai/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: