From 970de02e96f72e0bd67de3bf4f9afd067e409695 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:56:22 -0700 Subject: [PATCH] revert: point api.riotpiao.com back at kong-proxy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gateway pods are ErrImagePull — nodes resolve forgejo.riotpiao.com to a ClusterIP and time out, so the Service had no endpoints and the host was returning 503. Kong is still running; this restores it. --- 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 1e76a19..052cdbc 100644 --- a/k8s/apps/api/ingress.yaml +++ b/k8s/apps/api/ingress.yaml @@ -41,6 +41,6 @@ spec: pathType: Prefix backend: service: - name: api-gateway + name: kong-proxy port: - number: 8080 + number: 80