forked from TrueCloudLab/frostfs-node
change vmagent port to 443
Update vmagent to an actual collectors configuration, that use default https port now. Signed-off-by: Sergio Nemirowski <sergio@nspcc.ru>
This commit is contained in:
parent
e500bd13a9
commit
62093c1524
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ services:
|
|||
env_file: node_config.env
|
||||
command:
|
||||
- '-promscrape.config=/configs/prometheus.yml'
|
||||
- '-remoteWrite.url=https://collector.fs.neo.org:8429/api/v1/write'
|
||||
- '-remoteWrite.url=https://collector.fs.neo.org/api/v1/write'
|
||||
network_mode: host
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue