mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 18:06:59 +08:00
29 lines
838 B
ReStructuredText
29 lines
838 B
ReStructuredText
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 Weblate’s 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.
|