feat(traefik): add pr-agent route for GitHub App webhook
This commit is contained in:
@@ -38,6 +38,16 @@ http:
|
|||||||
- common-chain@file
|
- common-chain@file
|
||||||
service: rust-auth-service
|
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:
|
services:
|
||||||
react-service:
|
react-service:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
@@ -55,3 +65,7 @@ http:
|
|||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: 'http://rust-auth:3000'
|
- url: 'http://rust-auth:3000'
|
||||||
|
pr-agent-service:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: 'http://pr-agent-server:3000'
|
||||||
|
|||||||
Reference in New Issue
Block a user