Skip to content

Commit

Permalink
feat: alert no serverless anymore (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloosbaquero authored Jan 8, 2025
1 parent bdf870f commit 0252f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml.prod
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
target_service: "http://payment-svc"
target_port: "3003"
- path: "/api/v1/alert"
target_service: "http://alert-svc.default.svc.cluster.local"
target_port: "80"
target_service: "http://alert-svc"
target_port: "3004"
- path: "/api/v1/histories"
target_service: "http://history-svc"
target_port: "3005"
Expand Down

0 comments on commit 0252f17

Please sign in to comment.