feat: point api.riotpiao.com at the gateway ahead of Kong removal

Kong is being deleted, so the backend cannot stay kong-proxy. Gateway serves
404 on API routes until tasks 2.1/2.2 land.
This commit is contained in:
Story Crater Bot
2026-08-19 23:34:33 -07:00
parent 4d27cc057b
commit fd5d9fe05c
+2 -2
View File
@@ -41,6 +41,6 @@ spec:
pathType: Prefix
backend:
service:
name: kong-proxy
name: api-gateway
port:
number: 80
number: 8080