Skip to content

Commit

Permalink
- Update manifest to bind AM to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Nov 15, 2024
1 parent 1a99710 commit 630ff05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tdrs-backend/plg/alertmanager/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ applications:
mkdir data
wget https://github.com/prometheus/alertmanager/releases/download/v0.27.0/alertmanager-0.27.0.linux-amd64.tar.gz
tar -zxvf alertmanager-0.27.0.linux-amd64.tar.gz
mv alertmanager-0.27.0.linux-amd64 alertmanager
rm -rf alertmanager-0.27.0.linux-amd64.tar.gz
./alertmanager --config.file=/home/vcap/app/alertmanager.prod.yml --storage.path=/home/vcap/app/data --log.level=debug --web.external-url=http://alertmanager.apps.internal:8080/alerts --web.route-prefix=/alerts --cluster.listen-address=""
./alertmanager-0.27.0.linux-amd64/alertmanager --config.file=/home/vcap/app/alertmanager.prod.yml --web.listen-address=:8080 --storage.path=/home/vcap/app/data --log.level=debug --web.external-url=http://alertmanager.apps.internal:8080/alerts --web.route-prefix=/alerts --cluster.listen-address=""
buildpacks:
- https://github.com/cloudfoundry/binary-buildpack
1 change: 1 addition & 0 deletions tdrs-backend/plg/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ if [ "$DEPLOY" == "plg" ]; then
deploy_prometheus
deploy_loki
deploy_grafana $DB_SERVICE_NAME
deploy_alertmanager
setup_extra_net_pols
fi
if [ "$DEPLOY" == "pg-exporter" ]; then
Expand Down

0 comments on commit 630ff05

Please sign in to comment.