Add prometheus relay service

Set 2 replicas for prometheus server

Change-Id: I859195d5504d61511830899f2c28c92e24219585
diff --git a/.releasenotes/notes/add-prometheus-relay-df282e14ed88da8c.yaml b/.releasenotes/notes/add-prometheus-relay-df282e14ed88da8c.yaml
new file mode 100644
index 0000000..dbf8a39
--- /dev/null
+++ b/.releasenotes/notes/add-prometheus-relay-df282e14ed88da8c.yaml
@@ -0,0 +1,12 @@
+---
+
+summary: >
+  Add prometheus relay service
+
+features:
+  - The Prometheus Relay service is responsible for
+    getting PromQL queries from external components,
+    such as Grafana, passing them to all discovered
+    Prometheus servers, merging the results and returning
+    the data. Prometheus Relay can be used to handle
+    Prometheus high availability or sharding.