From b5556862223cd746e43e1897a50c657cbe3fb1bb Mon Sep 17 00:00:00 2001 From: Sergey Melnikov Date: Wed, 5 Apr 2023 21:43:39 +0200 Subject: [PATCH] Add test domain for multi cert proxy --- .github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml b/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml index 40814e55c9..0f9f49eeec 100644 --- a/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml +++ b/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml @@ -23,6 +23,7 @@ settings: authBackend: "console" authEndpoint: "http://neon-internal-api.aws.neon.build/management/api/v2" domain: "*.us-east-2.aws.neon.build" + extraDomains: [ "*.us-east-2.postgres.zenith.tech" ] sentryEnvironment: "staging" wssPort: 8443 metricCollectionEndpoint: "http://neon-internal-api.aws.neon.build/billing/api/v1/usage_events"