Skip to main content
Version: 7.x

Kubernetes

The Docker image uses a dedicated non-root user called gotenberg with uid and gid 1001.

In the deployment specification of the pod, don't forget to add:

securityContext:
privileged: false
runAsUser: 1001
caution

Make sure to provide enough memory and CPU requests (for instance, 512Mi and 0.2 CPU).

caution

Do not redefine the entrypoint, but override the command instead. See this issue for more details.

tip

The more resources you grant to the pod, the more responsive the API will be.

tip

A community Helm chart is available at MaikuMori/helm-charts and on ArtifactHub

danger

We don't recommend exposing your instances to the external world. In terms of security, you should consider Gotenberg as a database.