adding a (very) small section for Cloud Run

This commit is contained in:
Julien Neuhart
2019-10-31 17:37:06 +01:00
parent 245c04fc5a
commit d3b0a685b9
2 changed files with 10 additions and 0 deletions

View File

@@ -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).