fix: correct nearledb port to 5433 in nearle-config

DATABASE_PORT/DB_PORT were set to 5432, which doesn't match the
actual nearledb server port (5433). Live ConfigMap was already
corrected directly; this brings the Flux-synced source back in line
so reconciliation doesn't revert it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Suriya
2026-07-21 09:39:59 +05:30
parent bab21c2403
commit 24dcc41720

View File

@@ -16,8 +16,8 @@ data:
ENV: "production" ENV: "production"
DATABASE_NAME: "nearledb" DATABASE_NAME: "nearledb"
DB_NAME: "nearledb" DB_NAME: "nearledb"
DATABASE_PORT: "5432" DATABASE_PORT: "5433"
DB_PORT: "5432" DB_PORT: "5433"
DATABASE_SERVER_HOST: "66.116.207.225" DATABASE_SERVER_HOST: "66.116.207.225"
DB_HOST: "66.116.207.225" DB_HOST: "66.116.207.225"
USER_CONTEXT_KEY: "nearle" USER_CONTEXT_KEY: "nearle"