Skip to content

Commit

Permalink
add titiler endpoint as allowed origin
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Jul 30, 2024
1 parent 3b735d5 commit 5afa237
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .deployment/tofu/modules/burn_backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ resource "google_cloud_run_v2_service" "tf-rest-burn-severity" {
name = "S3_BUCKET_NAME"
value = var.s3_bucket_name
}
env {
name = "GCP_CLOUD_RUN_ENDPOINT_TITILER"
value = var.gcp_cloud_run_endpoint_titiler
}
env {
name = "GCP_CLOUD_RUN_ENDPOINT_BURN_BACKEND"
value = ""
}
resources {
limits = {
cpu = "4"
Expand Down

0 comments on commit 5afa237

Please sign in to comment.