diff --git a/render.yaml b/render.yaml index 5c29584..04f3bb5 100644 --- a/render.yaml +++ b/render.yaml @@ -73,6 +73,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport scaling: minInstances: 1 maxInstances: 3 @@ -101,6 +106,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport scaling: minInstances: 1 maxInstances: 10 @@ -129,6 +139,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport scaling: minInstances: 1 maxInstances: 10 @@ -155,6 +170,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo scheduler autoDeploy: false @@ -179,6 +199,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue users --multiplier 16 autoDeploy: false @@ -203,6 +228,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport scaling: minInstances: 1 maxInstances: 10 @@ -231,6 +261,11 @@ services: fromDatabase: name: srv.postgres property: connectionString + - key: STATSD_URL + fromService: + type: pserv + name: srv.statsd + property: hostport scaling: minInstances: 1 maxInstances: 10