From f19b70b379f426bc48fe692f368dab94f4a6af25 Mon Sep 17 00:00:00 2001 From: Sergey Melnikov Date: Wed, 26 Apr 2023 09:36:26 +0200 Subject: [PATCH] Configure extra domain for us-east-1 (#4078) --- .../helm-values/prod-us-east-1-theta.neon-proxy-scram.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/helm-values/prod-us-east-1-theta.neon-proxy-scram.yaml b/.github/helm-values/prod-us-east-1-theta.neon-proxy-scram.yaml index f113d1f861..1c7e646810 100644 --- a/.github/helm-values/prod-us-east-1-theta.neon-proxy-scram.yaml +++ b/.github/helm-values/prod-us-east-1-theta.neon-proxy-scram.yaml @@ -23,8 +23,8 @@ settings: authBackend: "console" authEndpoint: "http://neon-internal-api.aws.neon.tech/management/api/v2" domain: "*.us-east-1.aws.neon.tech" - # These domains haven't been delegated yet. - # extraDomains: ["*.us-east-1.retooldb.com", "*.us-east-1.postgres.vercel-storage.com"] + # *.us-east-1.retooldb.com hasn't been delegated yet. + extraDomains: ["*.us-east-1.postgres.vercel-storage.com"] sentryEnvironment: "production" wssPort: 8443 metricCollectionEndpoint: "http://neon-internal-api.aws.neon.tech/billing/api/v1/usage_events"