aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2017-08-08 08:51:51 -0400
committerMunir Ahmad <munir.ahmad@bell.ca>2017-08-08 08:53:55 -0400
commitfe190941d53466fc3f1b39320be4d19a5e269f7c (patch)
tree519f57920ce04b64810220594eb31f2603316a58
parent6c7005111d37934f26f56735b1d30fac0adc0fc5 (diff)
adding missing volumeMounts for aai hbase
Change-Id: I194caccba8e488119cd55e2727a742c603554f96 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
-rw-r--r--hbase-deployment.yaml5
1 files changed, 4 insertions, 1 deletions
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: