From d156883a9f1d16135ed9ed75a3fb8acb0bb684c0 Mon Sep 17 00:00:00 2001 From: Tim Olson Date: Mon, 13 Apr 2026 22:48:45 -0400 Subject: [PATCH] bugfix --- deploy/k8s/prod/configs/gateway-config.yaml | 5 +---- deploy/k8s/prod/secrets/gateway-secrets.tpl.yaml | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deploy/k8s/prod/configs/gateway-config.yaml b/deploy/k8s/prod/configs/gateway-config.yaml index a80120c7..e9bc6d11 100644 --- a/deploy/k8s/prod/configs/gateway-config.yaml +++ b/deploy/k8s/prod/configs/gateway-config.yaml @@ -16,10 +16,6 @@ data: trusted_origins: - https://dexorder.ai - # Database - database: - url: postgresql://postgres:{{ op://AI Prod/PostgreSQL/password }}@postgres:5432/iceberg - # Default model (if user has no preference) defaults: model_provider: deepinfra @@ -49,6 +45,7 @@ data: catalog_uri: http://iceberg-catalog:8181 namespace: gateway s3_endpoint: http://minio:9000 + conversations_bucket: warehouse # Event router (ZeroMQ) events: diff --git a/deploy/k8s/prod/secrets/gateway-secrets.tpl.yaml b/deploy/k8s/prod/secrets/gateway-secrets.tpl.yaml index ae33132c..850f5abf 100644 --- a/deploy/k8s/prod/secrets/gateway-secrets.tpl.yaml +++ b/deploy/k8s/prod/secrets/gateway-secrets.tpl.yaml @@ -8,6 +8,10 @@ stringData: secrets.yaml: | # Gateway Secrets (production) + # Database + database: + url: "postgresql://postgres:{{ op://AI Prod/PostgreSQL/password }}@postgres:5432/iceberg" + # Authentication secret for JWT signing auth: secret: "{{ op://AI Prod/Gateway/jwt_secret }}"