aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2018-05-10 14:23:05 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-05-10 14:24:39 +0000
commit4cd76a6ee6d441389d486851d01432ea5bd5318b (patch)
tree062e7cd35d3f9bb6f0ef82ca0e4a604a0391f999 /kubernetes/so/templates
parent449453a416e12f6ccac7375f9f114fa49bc37121 (diff)
removing obsolete configmaps from SO
The presence of these disrupts the SO boot process resulting in the misconfiguration found by the defect Issue-ID: OOM-1052 Change-Id: I527698c6ccbdd42b3435ca33dc97cb09da7afd97 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/so/templates')
-rw-r--r--kubernetes/so/templates/deployment.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/kubernetes/so/templates/deployment.yaml b/kubernetes/so/templates/deployment.yaml
index fed4788778..067c57d412 100644
--- a/kubernetes/so/templates/deployment.yaml
+++ b/kubernetes/so/templates/deployment.yaml
@@ -86,16 +86,6 @@ spec:
- mountPath: /opt/jboss/standalone/configuration/standalone-full-ha-mso.xml
name: so-config
subPath: standalone-full-ha-mso.xml
- - mountPath: /etc/mso/config.d/topology.properties
- name: so-config
- subPath: topology.properties
- - mountPath: /etc/mso/config.d/mso.workflow-message-adapter.properties
- name: so-config
- subPath: mso.workflow-message-adapter.properties
- - mountPath: /etc/mso/config.d/mso.bpmn.urn.properties
- name: so-config
- subPath: mso.bpmn.urn.properties
-
- mountPath: /var/log/onap
name: so-logs
- mountPath: /var/berks-cookbooks/mso-config/files/default/mso-po-adapter-config/logback.network.xml
@@ -185,15 +175,6 @@ spec:
- key: standalone-full-ha-mso.xml
path: standalone-full-ha-mso.xml
mode: 0644
- - key: topology.properties
- path: topology.properties
- mode: 0644
- - key: mso.workflow-message-adapter.properties
- path: mso.workflow-message-adapter.properties
- mode: 0644
- - key: mso.bpmn.urn.properties
- path: mso.bpmn.urn.properties
- mode: 0644
- name: so-logs
emptyDir: {}
- name: so-data-filebeat