This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Optional server-side acceptance overlay. It keeps every Pulse service inside
|
||||
# the uniquely named smoke project while pointing only the bounded read-only
|
||||
# query clients at an operator-supplied Prometheus-compatible source.
|
||||
services:
|
||||
pulse-api:
|
||||
environment:
|
||||
PULSE_PROMETHEUS_URL: ${PULSE_REAL_PROMETHEUS_URL:?PULSE_REAL_PROMETHEUS_URL must be set}
|
||||
pulse-worker:
|
||||
environment:
|
||||
PULSE_PROMETHEUS_URL: ${PULSE_REAL_PROMETHEUS_URL:?PULSE_REAL_PROMETHEUS_URL must be set}
|
||||
Reference in New Issue
Block a user