From d3b0a685b9f95ddbb734c26a06db7b39164597d4 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 31 Oct 2019 17:37:06 +0100 Subject: [PATCH] adding a (very) small section for Cloud Run --- build/docs/content/01-install.md | 4 ++++ docs/index.html | 6 ++++++ 2 files changed, 10 insertions(+) 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.