summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-24 23:44:24 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-24 23:44:24 +0000
commitcd9c1d8dfa8060f029cf642c577f9420fe924235 (patch)
tree0800fa21ef02732c7bf5b9c6c50f60de1e96c527 /templates
parent3db4be5f8b13ec9eebfb54cf894d95e336d09e6b (diff)
disable hbase ext. mount
To temporarily workaround the issue logged by OOM-171 Issue-ID: OOM-171 Change-Id: I9043d1bff1c5594bd87fcc38f25b8b13c2de4999 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/hbase-deployment.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/hbase-deployment.yaml b/templates/hbase-deployment.yaml
index 5de7b98..598fc0f 100644
--- a/templates/hbase-deployment.yaml
+++ b/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: