diff options
author | Jerome Doucerain <jerome.doucerain@bell.ca> | 2017-08-14 16:28:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-14 16:28:43 +0000 |
commit | 372640553b90e91a02b02988a7ff6db34a99d632 (patch) | |
tree | 243ff90da714459a07fa33023e6655f5d036bfcd | |
parent | fe6dd566694f5266cbc55f7b9bd9a33ef75d7053 (diff) | |
parent | fe190941d53466fc3f1b39320be4d19a5e269f7c (diff) |
Merge "adding missing volumeMounts for aai hbase"
-rw-r--r-- | hbase-deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hbase-deployment.yaml b/hbase-deployment.yaml index d086061..d39d0c7 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: |