commit | 3e3dfd37a851c1495879ceea092f70241b435b58 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <fpytloun@mirantis.com> | Thu May 11 09:08:57 2017 +0000 |
committer | Gerrit Code Review <gerrit2@5776b83a74fe> | Thu May 11 09:08:57 2017 +0000 |
tree | 64b34018d95d5b4b71eb902f7c92cbb94bc2e3d1 | |
parent | d92d2d7ce804ab26186b6380213616c544083bef [diff] | |
parent | fbf71175dd587f10c75675c9a69d2cbbac9caa10 [diff] |
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