From 29b6e8d6fce0c558b802854f8d6b9ebf6f97ef2e Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Thu, 24 Aug 2017 23:44:24 +0000 Subject: 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 --- kubernetes/aai/templates/hbase-deployment.yaml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'kubernetes/aai') 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: -- cgit 1.2.3-korg