From 1036526e1cc3a70f249abea70dd0950e92af570e Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Oct 2024 10:17:30 -0400 Subject: [PATCH] I'm a baka, Next.js routes can't start with underscores --- app/{_healthz => healthz}/route.ts | 0 manifest/deployment.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/{_healthz => healthz}/route.ts (100%) diff --git a/app/_healthz/route.ts b/app/healthz/route.ts similarity index 100% rename from app/_healthz/route.ts rename to app/healthz/route.ts diff --git a/manifest/deployment.yaml b/manifest/deployment.yaml index 59961ba..2e7447c 100644 --- a/manifest/deployment.yaml +++ b/manifest/deployment.yaml @@ -44,7 +44,7 @@ spec: type: RuntimeDefault livenessProbe: httpGet: - path: /_healthz + path: /healthz port: 3000 httpHeaders: - name: user-agent