Merge "Added bind info for pushgateway"
diff --git a/metadata/service/pushgateway/container.yml b/metadata/service/pushgateway/container.yml
index 28c24e6..c667eb1 100644
--- a/metadata/service/pushgateway/container.yml
+++ b/metadata/service/pushgateway/container.yml
@@ -4,3 +4,6 @@
   prometheus:
     pushgateway:
       enabled: true
+      bind:
+        address: 0.0.0.0
+        port: 9091
diff --git a/tests/pillar/prometheus_pushgateway.sls b/tests/pillar/prometheus_pushgateway.sls
index 7921ba1..873daa2 100644
--- a/tests/pillar/prometheus_pushgateway.sls
+++ b/tests/pillar/prometheus_pushgateway.sls
@@ -1,3 +1,6 @@
 prometheus:
   pushgateway:
     enabled: true
+    bind:
+      address: 0.0.0.0
+      port: 9091