Skip to content

Commit 4790553

Browse files
committed
GCP: switch buckets for the prod registry
Switch S3 buckets for the Paris and Milan regions to ensure in-region traffic for OCI clients located in those regions. Signed-off-by: Arnaud Meukam <[email protected]>
1 parent c48c49f commit 4790553

File tree

1 file changed

+4
-4
lines changed
  • infra/gcp/terraform/modules/oci-proxy

1 file changed

+4
-4
lines changed

infra/gcp/terraform/modules/oci-proxy/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ locals {
237237
environment_variables = [
238238
{
239239
name = "DEFAULT_AWS_BASE_URL",
240-
// AWS eu-central-1 is Frankfurt
241-
value = "https://prod-registry-k8s-io-eu-central-1.s3.dualstack.eu-central-1.amazonaws.com",
240+
// AWS eu-south-1 is Milan
241+
value = "https://prod-registry-k8s-io-eu-south-1.s3.dualstack.eu-south-1.amazonaws.com",
242242
},
243243
{
244244
name = "UPSTREAM_REGISTRY_ENDPOINT",
@@ -255,8 +255,8 @@ locals {
255255
environment_variables = [
256256
{
257257
name = "DEFAULT_AWS_BASE_URL",
258-
// AWS eu-west-1 is in Ireland
259-
value = "https://prod-registry-k8s-io-eu-west-1.s3.dualstack.eu-west-1.amazonaws.com",
258+
// AWS eu-west-3 is in Paris
259+
value = "https://prod-registry-k8s-io-eu-west-3.s3.dualstack.eu-west-3.amazonaws.com",
260260
},
261261
{
262262
name = "UPSTREAM_REGISTRY_ENDPOINT",

0 commit comments

Comments
 (0)