Added sf_notifier related config files
Change-Id: If06e954748b8bcd3c6ea0360a2c385418bb59128
Related-Bug: PROD-24686
diff --git a/metadata/service/sf_notifier/container.yml b/metadata/service/sf_notifier/container.yml
new file mode 100644
index 0000000..324c876
--- /dev/null
+++ b/metadata/service/sf_notifier/container.yml
@@ -0,0 +1,12 @@
+applications:
+ - prometheus
+parameters:
+ prometheus:
+ sf_notifier:
+ enabled: true
+ dir:
+ logs: /srv/volumes/local/sf_notifier/logs
+ uwsgi:
+ bind_port: 5000
+ workers: 4
+ buffer_size: 32768