From: halil.cakal Date: Thu, 6 Feb 2025 14:17:31 +0000 (+0000) Subject: Remove the profile from postgres-exporter service X-Git-Tag: 3.6.1~21^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=547f70ad24aa808508aead5c0b178cd3dd99aaec;p=cps.git Remove the profile from postgres-exporter service - The profile 'monitoring' prevents postgres-exporter service to run for both kpi and endurance pipelines. As a result, the postgres dashboard does not work on Nordix Grafana. Issue-ID: CPS-2585 Change-Id: I272ab609c60094bb347ef405787679860cc43595 Signed-off-by: halil.cakal --- diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 33ad108be1..687babed32 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -239,8 +239,6 @@ services: - ${POSTGRES_EXPORTER_PORT_RANGE:-9187-9188}:9187 depends_on: - dbpostgresql - profiles: - - monitoring volumes: grafana: