fix(ci): connect to release DB via Tailscale FQDN instead of port-forward#449
fix(ci): connect to release DB via Tailscale FQDN instead of port-forward#449julianam-w wants to merge 6 commits into
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
Claude finished @julianam-w's task in 1m 18s —— View job Claude Code Review
OverviewReplaces the Code quality
Suggestions1. Hardcoded tailnet identifier — 2. Lost comment about primary-pod targeting — the removed block had a useful comment explaining the trade-off ("Pinned to the primary pod… no failover during the build"). With the FQDN approach, presumably this resolves to the CNPG # Routes via the Tailscale-operator-exposed central-db-rw Service,
# which always points to the current CNPG primary.
TAMANU_RL_DB_URL=${{ steps.version.outputs.db_host }} \3. No reachability pre-check — the old code had 4. Pre-existing nit (not introduced here) —
|
No description provided.