fix(tanka): set BACKEND_POSTGRES_URL env var for pgwire proxy - #7
Merged
Conversation
Both dev and prod environments now set BACKEND_POSTGRES_URL pointing at the flicknote-rw CNPG pooler service, matching the existing DATABASE_URL value. Credentials are sourced from the dbSecret (secretKeyRef), consistent with how all other DB connection vars are configured. 🍷 Generated with Lenos Assisted-by: MiniMax-M2.7-highspeed via Lenos <lenos@tta-lab.com>
birdmanmandbir
force-pushed
the
worker/5669f5fb
branch
from
April 7, 2026 16:43
935860c to
cb0b78f
Compare
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.
Summary
BACKEND_POSTGRES_URLenv var to the pgwire proxy container, pointing at theflicknote-rwCNPG pooler service (flicknote-rw.infra-dev.svcfor dev,flicknote-rw.infra-prod.svcfor prod)DATABASE_URLvalue so the Rust binary no longer panics at startup with "BACKEND_POSTGRES_URL must be set"dbSecret(secretKeyRef), consistent with all other DB connection varsTest plan
BACKEND_POSTGRES_URLaftertk eval environments/devandtk eval environments/prod🍷 Generated with Lenos