Containerization feature of SO

Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
diff --git a/adapters/mso-sdnc-adapter/src/main/resources/application.yaml b/adapters/mso-sdnc-adapter/src/main/resources/application.yaml
new file mode 100644
index 0000000..185bc5c
--- /dev/null
+++ b/adapters/mso-sdnc-adapter/src/main/resources/application.yaml
@@ -0,0 +1,22 @@
+server:
+  port: 8080 
+  tomcat:
+      max-threads: 50
+     
+mso:
+  logPath: ./logs/sdnc
+  site-name: sdncenv
+  async:
+    core-pool-size: 50
+    max-pool-size: 50
+    queue-capacity: 500
+
+#Actuator
+management: 
+  context-path: /manage
+  metrics:
+    se-global-registry: false
+    export:
+      prometheus:
+        enabled: true # Whether exporting of metrics to Prometheus is enabled.
+        step: 1m # Step size (i.e. reporting frequency) to use.
\ No newline at end of file