wetalk/k8s/traefik-dynamic.yml
ordinarthur ccc5cd4b78
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 27s
fix: change NodePort from 30094 to 30096 to avoid conflict with Supabase Kong
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:10:34 +02:00

20 lines
423 B
YAML

# Copy this to /etc/traefik/dynamic/wetalk.yml on gateway (10.10.10.2)
http:
routers:
wetalk:
rule: "Host(`we-talk.arthurbarre.fr`)"
entryPoints:
- websecure
service: wetalk
tls:
certResolver: letsencrypt
middlewares:
- security-headers
- rate-limit
services:
wetalk:
loadBalancer:
servers:
- url: "http://10.10.10.5:30096"