diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-24 23:44:24 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-24 23:44:24 +0000 |
commit | 29b6e8d6fce0c558b802854f8d6b9ebf6f97ef2e (patch) | |
tree | 90ea2f9c080faeef356cae23f078895621383ae1 /kubernetes | |
parent | b9cc2f9c1dffd66d9029162367f2adff2a37db38 (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')
-rw-r--r-- | kubernetes/aai/templates/hbase-deployment.yaml | 7 |
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: |