forked from TrueCloudLab/frostfs-node
[#605] config/testnet: Depend vmagent on storage node
Otherwise the race is possible and vmagent won't start. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
6297bc8965
commit
88b4fe009a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ services:
|
||||||
vmagent:
|
vmagent:
|
||||||
image: victoriametrics/vmagent:v1.61.0
|
image: victoriametrics/vmagent:v1.61.0
|
||||||
container_name: vmagent
|
container_name: vmagent
|
||||||
|
depends_on:
|
||||||
|
- storage01
|
||||||
command:
|
command:
|
||||||
- '--promscrape.config=/configs/prometheus.yml'
|
- '--promscrape.config=/configs/prometheus.yml'
|
||||||
- '--remoteWrite.url=https://collector.fs.neo.org:8429/api/v1/write'
|
- '--remoteWrite.url=https://collector.fs.neo.org:8429/api/v1/write'
|
||||||
|
|
Loading…
Reference in a new issue