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>
support/v0.27
Sergio Nemirowski 2021-10-12 02:09:16 +03:00 committed by sergio
parent e500bd13a9
commit 62093c1524
1 changed files with 1 additions and 1 deletions

View File

@ -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: