Fix SO Healthcheck
[oom.git] / kubernetes / so / templates / deployment.yaml
index 0727ce8..67630d2 100644 (file)
@@ -86,6 +86,15 @@ 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
@@ -176,6 +185,15 @@ 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