You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/xlb/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ Callouts supports serveral backend service types and typical service deployment
10
10
-[xlb.Dockerfile](../../xlb.Dockerfile)
11
11
-[xlb.cloudbuild.yaml](../../xlb.cloudbuild.yaml)
12
12
13
-
Deploying a container image to the Google Cloud Artifact Registry may be done with the following command from the repository root:
13
+
These deployment files assume that Docker format [Google Cloud Artifact Registry](https://cloud.google.com/artifact-registry/docs/repositories/create-repos) repository named 'recaptcha-edge-repo' has been created in your project. Deploying a container image to the respository may be done with the following command from the repository root:
Running this command will, by default, create an image in this location: `{region}-docker.pkg.dev/{my-project}/recaptcha-waf-repo/recaptcha-waf:latest`
19
+
Running this command will, by default, create an image in this location: `{region}-docker.pkg.dev/{my-project}/recaptcha-edge-repo/recaptcha-edge:latest`
20
20
21
21
### Manually deploying to Google Cloud Load Balancer
22
22
Your load balancer can be configured with the reCAPTCHA External Processing server image by following the [Callouts documentation](https://cloud.google.com/service-extensions/docs/configure-callout-backend-service).
0 commit comments