From fbf71175dd587f10c75675c9a69d2cbbac9caa10 Mon Sep 17 00:00:00 2001 From: Martin Polreich Date: Wed, 10 May 2017 10:50:53 +0200 Subject: [PATCH] Added bind info for pushgateway Change-Id: Ib3b8e0ef15a864208e29df4b553fbde42882dc7c --- metadata/service/pushgateway/container.yml | 3 +++ tests/pillar/prometheus_pushgateway.sls | 3 +++ 2 files changed, 6 insertions(+) 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 @@ parameters: 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