Skip to content

Commit

Permalink
Hotfix/prometheus endpoint (#1366)
Browse files Browse the repository at this point in the history
* 🔭 Add Monitoring Templates

* 🔭 Add Monitoring Templates

---------

Co-authored-by: Diego Luisi <diego.luisi@shieldfc.com>
  • Loading branch information
diegoluisi and Diego Luisi committed Apr 14, 2024
1 parent 35e2a17 commit 1952b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hotfix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs:
- env
- test
- quality-gate
# - quality-gate
- code-scan

security-gateway:
Expand Down
2 changes: 1 addition & 1 deletion app/app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ proxy:

"/prometheus/api":
# url to the api and path of your hosted prometheus instance
target: http://prometheus-prometheus.monitoring.svc:9090/api/v1/
target: http://prometheus-community-kube-prometheus.monitoring.svc.cluster.local:9090/api/v1/

auth:
environment: production
Expand Down

0 comments on commit 1952b5f

Please sign in to comment.