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