# Traefik dynamic config for orca web-app service # Generated by TraefikEmitter (internal/emitter/traefik.go) # Path on target node: /etc/traefik/dynamic/orca-web-app.yaml # Atomic reload: write to .tmp + mv (gate C-10) http: routers: orca-web-app: rule: PathPrefix("/web-app") service: orca-web-app tls: certResolver: orca domains: - main: "cluster.orca.local" services: orca-web-app: loadBalancer: servers: - url: "unix:///run/orca/alloc-web-app-0/port-http.sock" - url: "unix:///run/orca/alloc-web-app-1/port-http.sock" - url: "unix:///run/orca/alloc-web-app-2/port-http.sock" healthCheck: path: /healthz interval: 5s timeout: 1s