From aa933d3961f25ff3ebb00f0a04c89dfa4ee5ceb4 Mon Sep 17 00:00:00 2001 From: Andrey Taranik Date: Fri, 29 Apr 2022 20:05:14 +0300 Subject: [PATCH] proxy settings update for new domain (#1597) --- .circleci/helm-values/production.proxy.yaml | 6 +++--- .circleci/helm-values/staging.proxy.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/helm-values/production.proxy.yaml b/.circleci/helm-values/production.proxy.yaml index f2148c1d2c..e13968a6a8 100644 --- a/.circleci/helm-values/production.proxy.yaml +++ b/.circleci/helm-values/production.proxy.yaml @@ -5,8 +5,8 @@ image: repository: neondatabase/neon settings: - authEndpoint: "https://console.zenith.tech/authenticate_proxy_request/" - uri: "https://console.zenith.tech/psql_session/" + authEndpoint: "https://console.neon.tech/authenticate_proxy_request/" + uri: "https://console.neon.tech/psql_session/" # -- Additional labels for zenith-proxy pods podLabels: @@ -28,7 +28,7 @@ exposedService: service.beta.kubernetes.io/aws-load-balancer-type: external service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing - external-dns.alpha.kubernetes.io/hostname: start.zenith.tech + external-dns.alpha.kubernetes.io/hostname: start.zenith.tech,connect.neon.tech,pg.neon.tech metrics: enabled: true diff --git a/.circleci/helm-values/staging.proxy.yaml b/.circleci/helm-values/staging.proxy.yaml index f4d9855476..34ba972b64 100644 --- a/.circleci/helm-values/staging.proxy.yaml +++ b/.circleci/helm-values/staging.proxy.yaml @@ -5,8 +5,8 @@ image: repository: neondatabase/neon settings: - authEndpoint: "https://console.stage.zenith.tech/authenticate_proxy_request/" - uri: "https://console.stage.zenith.tech/psql_session/" + authEndpoint: "https://console.stage.neon.tech/authenticate_proxy_request/" + uri: "https://console.stage.neon.tech/psql_session/" # -- Additional labels for zenith-proxy pods podLabels: @@ -20,7 +20,7 @@ exposedService: service.beta.kubernetes.io/aws-load-balancer-type: external service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing - external-dns.alpha.kubernetes.io/hostname: start.stage.zenith.tech + external-dns.alpha.kubernetes.io/hostname: connect.stage.neon.tech metrics: enabled: true