chore: Update Traefik configuration to include MQTT entry point and adjust routing rules

This commit is contained in:
2024-05-04 19:26:09 +08:00
parent 48806ab5e5
commit e4036312d9
2 changed files with 64 additions and 49 deletions
+15
View File
@@ -117,6 +117,17 @@ http:
service: adminer_app
tls:
certResolver: letsencrypt
api-router:
rule: "Host(`api.furyhawk.lol`)"
entryPoints:
- web-secure
middlewares:
- auth
- csrf
service: api_server
tls:
certResolver: letsencrypt
kestra-router:
rule: "Host(`kestra.furyhawk.lol`)"
@@ -403,6 +414,10 @@ http:
loadBalancer:
servers:
- url: http://adminer:8080
api_server:
loadBalancer:
servers:
- url: http://api_server:8000
kestra_app:
loadBalancer:
servers: