diff --git a/deployment/docker-compose.yml b/deployment/docker-compose.yml index ec7460d3..acd7fc1b 100644 --- a/deployment/docker-compose.yml +++ b/deployment/docker-compose.yml @@ -6,8 +6,8 @@ services: context: .. dockerfile: deployment/Dockerfile environment: - - ACR_STAC_REPO=${ACR_STAC_REPO:-mcr.microsoft.com/planetary-computer-apis/stac} - - ACR_TILER_REPO=${ACR_TILER_REPO:-mcr.microsoft.com/planetary-computer-apis/tiler} + - ACR_STAC_REPO=${ACR_STAC_REPO:-pcccr.azurecr.io/private/planetary-computer-apis/stac} + - ACR_TILER_REPO=${ACR_TILER_REPO:-pcccr.azurecr.io/private/planetary-computer-apis/tiler} - IMAGE_TAG - GIT_COMMIT diff --git a/deployment/terraform/staging/main.tf b/deployment/terraform/staging/main.tf index 3351718d..a2f8f792 100644 --- a/deployment/terraform/staging/main.tf +++ b/deployment/terraform/staging/main.tf @@ -9,6 +9,8 @@ module "resources" { cluster_cert_issuer = "letsencrypt" cluster_cert_server = "https://acme-v02.api.letsencrypt.org/directory" + pc_test_resources_acr = "pcccr" + aks_node_count = 2 stac_replica_count = 2 tiler_replica_count = 2