feat(traefik): add pr-agent route for GitHub App webhook

This commit is contained in:
asepharyana
2026-07-17 07:56:31 +07:00
parent ef7e708fd6
commit de6b17bf87
+14
View File
@@ -38,6 +38,16 @@ http:
- common-chain@file
service: rust-auth-service
# ── PR-Agent Webhook ──
pr-agent:
rule: 'Host(`pr-agent.asepharyana.my.id`) || Host(`pr-agent.asepharyana.web.id`)'
entryPoints:
- websecure
tls: {}
middlewares:
- common-chain@file
service: pr-agent-service
services:
react-service:
loadBalancer:
@@ -55,3 +65,7 @@ http:
loadBalancer:
servers:
- url: 'http://rust-auth:3000'
pr-agent-service:
loadBalancer:
servers:
- url: 'http://pr-agent-server:3000'