chore(alertmanager): 🔧 use query-service internalport (#1241)

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-06-08 16:03:48 +05:30 committed by GitHub
parent 5ae4e05c96
commit fa142707dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,7 @@ services:
volumes: volumes:
- ./data/alertmanager:/data - ./data/alertmanager:/data
command: command:
- --queryService.url=http://query-service:8080 - --queryService.url=http://query-service:8085
- --storage.path=/data - --storage.path=/data
depends_on: depends_on:
- query-service - query-service

View File

@ -30,7 +30,7 @@ services:
condition: service_healthy condition: service_healthy
restart: on-failure restart: on-failure
command: command:
- --queryService.url=http://query-service:8080 - --queryService.url=http://query-service:8085
- --storage.path=/data - --storage.path=/data
# Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md` # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`
@ -53,7 +53,6 @@ services:
- GODEBUG=netdns=go - GODEBUG=netdns=go
- TELEMETRY_ENABLED=true - TELEMETRY_ENABLED=true
- DEPLOYMENT_TYPE=docker-standalone-arm - DEPLOYMENT_TYPE=docker-standalone-arm
restart: on-failure restart: on-failure
healthcheck: healthcheck:
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/api/v1/version"] test: ["CMD", "wget", "--spider", "-q", "localhost:8080/api/v1/version"]

View File

@ -23,7 +23,7 @@ services:
- query-service - query-service
restart: on-failure restart: on-failure
command: command:
- --queryService.url=http://query-service:8080 - --queryService.url=http://query-service:8085
- --storage.path=/data - --storage.path=/data
query-service: query-service:

View File

@ -26,7 +26,7 @@ services:
- query-service - query-service
restart: on-failure restart: on-failure
command: command:
- --queryService.url=http://query-service:8080 - --queryService.url=http://query-service:8085
- --storage.path=/data - --storage.path=/data
# Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md` # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`