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