blob: 850f66e6275c89056a4d7b7940572294f4583615 [file] [log] [blame]
Martin Polreicheeaaa862017-05-10 09:57:14 +02001classes:
2- service.prometheus.pushgateway.container
Bartosz Kupidura3cbee942017-03-20 13:47:06 +01003parameters:
4 docker:
5 client:
6 service:
7 prometheus_pushgateway:
8 network: monitoring
Bartosz Kupidura95e2cf52017-03-29 19:15:04 +02009 replicas: 2
Martin Polreicheeaaa862017-05-10 09:57:14 +020010 environment:
11 bind_port: ${prometheus:pushgateway:bind:port}
12 bind_address: ${prometheus:pushgateway:bind:address}
Bartosz Kupidura3cbee942017-03-20 13:47:06 +010013 restart:
14 condition: any
15 image: ${_param:docker_image_pushgateway}
16 ports:
Martin Polreicheeaaa862017-05-10 09:57:14 +020017 - 15012:${prometheus:pushgateway:bind:port}