From fd5d9fe05cbd27fd2ddb4b84d58bd203bc3ba573 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:34:33 -0700 Subject: [PATCH] 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. --- k8s/apps/api/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/apps/api/ingress.yaml b/k8s/apps/api/ingress.yaml index 052cdbc..1e76a19 100644 --- a/k8s/apps/api/ingress.yaml +++ b/k8s/apps/api/ingress.yaml @@ -41,6 +41,6 @@ spec: pathType: Prefix backend: service: - name: kong-proxy + name: api-gateway port: - number: 80 + number: 8080