From fe190941d53466fc3f1b39320be4d19a5e269f7c Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Tue, 8 Aug 2017 08:51:51 -0400 Subject: adding missing volumeMounts for aai hbase Change-Id: I194caccba8e488119cd55e2727a742c603554f96 Signed-off-by: Munir Ahmad --- hbase-deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- cgit 1.2.3-korg