summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/hbase-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/hbase-deployment.yaml')
-rw-r--r--kubernetes/aai/hbase-deployment.yaml5
1 files changed, 4 insertions, 1 deletions
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: