weblate/docs/admin/install/kubernetes.rst

29 lines
838 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Installing on Kubernetes
========================
.. note::
This guide is looking for contributors experienced with Kubernetes to cover
the setup in more details.
With the Kubernetes Helm chart you can get your personal Weblate
instance up and running in seconds. All of Weblates dependencies are
already included. PostgreSQL is set up as the default database and
persistent volume claims are used.
You can find the chart at <https://github.com/WeblateOrg/helm/> and it can be
displayed at <https://artifacthub.io/packages/helm/weblate/weblate>.
Installation
------------
.. code-block:: shell
helm repo add weblate https://helm.weblate.org
helm install my-release weblate/weblate
Configuration
-------------
For further configuration options,
see :ref:`docker-environment` for full list of environment variables.