From 24dcc41720ac53dc38239a2485768bb2edf4dbdd Mon Sep 17 00:00:00 2001 From: Suriya Date: Tue, 21 Jul 2026 09:39:59 +0530 Subject: [PATCH] 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 --- manifests/nearle/nearle-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/nearle/nearle-config.yaml b/manifests/nearle/nearle-config.yaml index 4d73373..9debf54 100644 --- a/manifests/nearle/nearle-config.yaml +++ b/manifests/nearle/nearle-config.yaml @@ -16,8 +16,8 @@ data: ENV: "production" DATABASE_NAME: "nearledb" DB_NAME: "nearledb" - DATABASE_PORT: "5432" - DB_PORT: "5432" + DATABASE_PORT: "5433" + DB_PORT: "5433" DATABASE_SERVER_HOST: "66.116.207.225" DB_HOST: "66.116.207.225" USER_CONTEXT_KEY: "nearle"