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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user