From 6c8b2af1f8a067d0c8028dc90bf32fef83b1f00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lassi=20P=C3=B6l=C3=B6nen?= Date: Fri, 9 Dec 2022 11:12:42 +0200 Subject: [PATCH] Change storage brokers to internal subdomain (#3039) There's a bit of a clash with the naming, so dedicate a subdomain for storage brokers. Back to subdomain separation just to be consistent. --- .../helm-values/dev-eu-west-1-zeta.neon-storage-broker.yaml | 4 ++-- .../helm-values/dev-us-east-2-beta.neon-storage-broker.yaml | 4 ++-- .../prod-ap-southeast-1-epsilon.neon-storage-broker.yaml | 4 ++-- .../prod-eu-central-1-gamma.neon-storage-broker.yaml | 4 ++-- .../helm-values/prod-us-east-2-delta.neon-storage-broker.yaml | 4 ++-- .../helm-values/prod-us-west-2-eta.neon-storage-broker.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/helm-values/dev-eu-west-1-zeta.neon-storage-broker.yaml b/.github/helm-values/dev-eu-west-1-zeta.neon-storage-broker.yaml index 296785635c..d13cebead1 100644 --- a/.github/helm-values/dev-eu-west-1-zeta.neon-storage-broker.yaml +++ b/.github/helm-values/dev-eu-west-1-zeta.neon-storage-broker.yaml @@ -13,13 +13,13 @@ ingress: cert-manager.io/cluster-issuer: "cert-manager-clusterissuer" hosts: - - host: storage-broker-zeta.eu-west-1.aws.neon.build + - host: storage-broker.zeta.eu-west-1.internal.aws.neon.build paths: - path: / pathType: Prefix tls: - hosts: - - storage-broker-zeta.eu-west-1.aws.neon.build + - storage-broker.zeta.eu-west-1.internal.aws.neon.build secretName: storage-broker-tls diff --git a/.github/helm-values/dev-us-east-2-beta.neon-storage-broker.yaml b/.github/helm-values/dev-us-east-2-beta.neon-storage-broker.yaml index f197d2e579..b8b8fb055c 100644 --- a/.github/helm-values/dev-us-east-2-beta.neon-storage-broker.yaml +++ b/.github/helm-values/dev-us-east-2-beta.neon-storage-broker.yaml @@ -13,13 +13,13 @@ ingress: cert-manager.io/cluster-issuer: "cert-manager-clusterissuer" hosts: - - host: storage-broker-beta.us-east-2.aws.neon.build + - host: storage-broker.beta.us-east-2.internal.aws.neon.build paths: - path: / pathType: Prefix tls: - hosts: - - storage-broker-beta.us-east-2.aws.neon.build + - storage-broker.beta.us-east-2.internal.aws.neon.build secretName: storage-broker-tls diff --git a/.github/helm-values/prod-ap-southeast-1-epsilon.neon-storage-broker.yaml b/.github/helm-values/prod-ap-southeast-1-epsilon.neon-storage-broker.yaml index 959033939a..bd979e0649 100644 --- a/.github/helm-values/prod-ap-southeast-1-epsilon.neon-storage-broker.yaml +++ b/.github/helm-values/prod-ap-southeast-1-epsilon.neon-storage-broker.yaml @@ -13,13 +13,13 @@ ingress: cert-manager.io/cluster-issuer: "cert-manager-clusterissuer" hosts: - - host: storage-broker-epsilon.ap-southeast-1.aws.neon.tech + - host: storage-broker.epsilon.ap-southeast-1.internal.aws.neon.tech paths: - path: / pathType: Prefix tls: - hosts: - - storage-broker-epsilon.ap-southeast-1.aws.neon.tech + - storage-broker.epsilon.ap-southeast-1.internal.aws.neon.tech secretName: storage-broker-tls diff --git a/.github/helm-values/prod-eu-central-1-gamma.neon-storage-broker.yaml b/.github/helm-values/prod-eu-central-1-gamma.neon-storage-broker.yaml index 1184ff442c..79cc751c65 100644 --- a/.github/helm-values/prod-eu-central-1-gamma.neon-storage-broker.yaml +++ b/.github/helm-values/prod-eu-central-1-gamma.neon-storage-broker.yaml @@ -13,13 +13,13 @@ ingress: cert-manager.io/cluster-issuer: "cert-manager-clusterissuer" hosts: - - host: storage-broker-gamma.eu-central-1.aws.neon.tech + - host: storage-broker.gamma.eu-central-1.internal.aws.neon.tech paths: - path: / pathType: Prefix tls: - hosts: - - storage-broker-gamma.eu-central-1.aws.neon.tech + - storage-broker.gamma.eu-central-1.internal.aws.neon.tech secretName: storage-broker-tls diff --git a/.github/helm-values/prod-us-east-2-delta.neon-storage-broker.yaml b/.github/helm-values/prod-us-east-2-delta.neon-storage-broker.yaml index 651b87b96a..959abea20c 100644 --- a/.github/helm-values/prod-us-east-2-delta.neon-storage-broker.yaml +++ b/.github/helm-values/prod-us-east-2-delta.neon-storage-broker.yaml @@ -13,13 +13,13 @@ ingress: cert-manager.io/cluster-issuer: "cert-manager-clusterissuer" hosts: - - host: storage-broker-delta.us-east-2.aws.neon.tech + - host: storage-broker.delta.us-east-2.internal.aws.neon.tech paths: - path: / pathType: Prefix tls: - hosts: - - storage-broker-delta.us-east-2.aws.neon.tech + - storage-broker.delta.us-east-2.internal.aws.neon.tech secretName: storage-broker-tls diff --git a/.github/helm-values/prod-us-west-2-eta.neon-storage-broker.yaml b/.github/helm-values/prod-us-west-2-eta.neon-storage-broker.yaml index 1c7cbfd44e..f41f87b7b7 100644 --- a/.github/helm-values/prod-us-west-2-eta.neon-storage-broker.yaml +++ b/.github/helm-values/prod-us-west-2-eta.neon-storage-broker.yaml @@ -13,13 +13,13 @@ ingress: cert-manager.io/cluster-issuer: "cert-manager-clusterissuer" hosts: - - host: storage-broker-eta.us-west-2.aws.neon.tech + - host: storage-broker.eta.us-west-2.internal.aws.neon.tech paths: - path: / pathType: Prefix tls: - hosts: - - storage-broker-eta.us-west-2.aws.neon.tech + - storage-broker.eta.us-west-2.internal.aws.neon.tech secretName: storage-broker-tls