- Shipped
- September 23, 2026 at 10:45 AM UTC
- Author
- Kamo
- Commit
- 43e18c9
The docs-api-ingress IngressRoute sent the internet straight to DocsService, around the api gateway (and its identity-header stripping). Nothing used the host: a sweep of every repo found it only in this manifest and old design notes, and Docs's WOPI traffic goes through api.<domain> — the only host its allowlist accepts since 71c6d27. - The docs-api-ingress document is removed from k8s/docs-ingress.yaml (Docs-ingress, docs.kamocrm.com, stays), and the deploy deletes the live object with --ignore-not-found on every run (apply never prunes). - The live route was deleted by hand on 2026-09-23: docs-api.kamocrm.com now answers Traefik's 404, while docs.kamocrm.com (Docs) still answers 200 and /wopi/** through the gateway still reaches DocsService.
