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 }}"