diff options
-rw-r--r-- | kubernetes/aai/hbase-deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/aai/hbase-deployment.yaml b/kubernetes/aai/hbase-deployment.yaml index d086061501..d39d0c7459 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: |