Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Replace node:24-alpine with node:24-slim in Dockerfile STAGE A. Alpine's musl libc mishandles V8's large heap reservations, causing SIGINT (exit code 130) during static route generation even with 8GB max-old-space-size. Debian's glibc handles MAP_NORESERVE correctly. Only affects the build stage — final runtime image is unchanged.
Contributor
Author
Dependency ReviewThe following issues were found:
License IssuesCargo.lock
OpenSSF Scorecard
Scanned Files
|
* fix(cryptothrone): remove www.cryptothrone.com from ingress TLS www.cryptothrone.com has no DNS record, causing cert-manager HTTP-01 self-check to fail with "no such host". This blocks certificate issuance for the bare domain too, resulting in Cloudflare 526 (invalid origin cert). * fix(kube): replace non-existent letsencrypt-prod issuer with letsencrypt-http Three ingresses referenced letsencrypt-prod ClusterIssuer which does not exist, causing cert-manager to fail certificate issuance. All three certs show READY: False. Switching to letsencrypt-http which has the correct DNS zone solvers for kbve.com, discord.sh, and all other domains. Affected services: - api.kbve.com + supabase.kbve.com (kilobase API via Kong) - discord.sh - notification.kbve.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
6 atomic commits ready for main
Bug Fixes
7053837)Chores
031eb12)fe0cc7b)e8c0dbe)314bcd1)Other Changes
55223fb)This PR is automatically maintained by CI