summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai
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
commit29b6e8d6fce0c558b802854f8d6b9ebf6f97ef2e (patch)
tree90ea2f9c080faeef356cae23f078895621383ae1 /kubernetes/aai
parentb9cc2f9c1dffd66d9029162367f2adff2a37db38 (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 'kubernetes/aai')
-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: