From 8628bbb65fac8908ef52b3357b2549aae9ff669b Mon Sep 17 00:00:00 2001 From: sjgllghr Date: Thu, 23 Jan 2025 20:56:28 -0800 Subject: [PATCH] Update Docker Hub link in gcp-cloud-run.mdx The existing link results in a 404 --- docs/how-to/deploy/cloud-hosts/gcp-cloud-run.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/deploy/cloud-hosts/gcp-cloud-run.mdx b/docs/how-to/deploy/cloud-hosts/gcp-cloud-run.mdx index c61312df2..b4eb57fc2 100644 --- a/docs/how-to/deploy/cloud-hosts/gcp-cloud-run.mdx +++ b/docs/how-to/deploy/cloud-hosts/gcp-cloud-run.mdx @@ -6,7 +6,7 @@ description: "Deploying PDP on GCP Cloud Run" # Deploying PDP on GCP Cloud Run -Our PDP image runs on GCP Cloud Run without any modification. You can deploy it by using our public image on [Docker Hub](https://hub.docker.com/r/oryd/pdp). +Our PDP image runs on GCP Cloud Run without any modification. You can deploy it by using our public image on [Docker Hub](https://hub.docker.com/r/permitio/pdp-v2). ## Step by step guide @@ -63,4 +63,4 @@ A common misconfiguration issue that can be encountered when deploying the PDP t To address this issue and ensure uninterrupted service, we recommend adding the `run.googleapis.com/cpu-throttling: false` annotation in the YAML configuration. For a deeper understanding of CPU allocation settings in Cloud Run and how they impact your applications, please refer to the following documentation: [Cloud Run CPU Allocation Settings](https://cloud.google.com/run/docs/configuring/cpu-allocation). -::: \ No newline at end of file +:::