diff --git a/build/docs/content/01-install.md b/build/docs/content/01-install.md index 6054cf75..ec4cdca5 100644 --- a/build/docs/content/01-install.md +++ b/build/docs/content/01-install.md @@ -47,5 +47,9 @@ securityContext: runAsUser: 1001 ``` +## Cloud Run (Google Cloud) + +If you're looking for cost savings, you might be interested by [Cloud Run](https://cloud.google.com/run). + In the following examples, we will assume your Gotenberg API is available at [http://localhost:3000](http://localhost:3000). diff --git a/docs/index.html b/docs/index.html index cd6b0b7a..e3c37354 100755 --- a/docs/index.html +++ b/docs/index.html @@ -184,6 +184,12 @@ runAsUser: 1001 +

Cloud Run (Google Cloud)

+ +

If you’re looking for cost savings, you might be interested by Cloud Run.

+

In the following examples, we will assume your Gotenberg API is available at http://localhost:3000.