summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/hbase-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/templates/hbase-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/hbase-deployment.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/kubernetes/aai/templates/hbase-deployment.yaml b/kubernetes/aai/templates/hbase-deployment.yaml
index 5de7b98e9a..598fc0f02c 100644
--- a/kubernetes/aai/templates/hbase-deployment.yaml
+++ b/kubernetes/aai/templates/hbase-deployment.yaml
@@ -14,17 +14,10 @@ spec:
name: hbase
spec:
hostname: hbase
- volumes:
- - name: hbase-opt-data
- hostPath:
- path: /dockerdata-nfs/onap/aai/hbase/opt/data
containers:
- name: hbase
image: {{ .Values.image.aaiHbase }}
imagePullPolicy: {{ .Values.pullPolicy }}
- volumeMounts:
- - mountPath: /opt/data/
- name: hbase-opt-data
ports:
- containerPort: 8020
readinessProbe: