add experimental note

This commit is contained in:
pat-s 2023-07-17 21:13:01 +02:00
parent 8e27bb9bae
commit 950e46ce44
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 3 additions and 1 deletions

View File

@ -92,6 +92,8 @@ When upgrading, please refer to the [Upgrading](#upgrading) section at the botto
## High Availability
⚠️ **EXPERIMENTAL** ⚠️
Since version 9.0.0 this chart has experimental support for running Gitea and it's dependencies in a HA setup.
The setup is still experimental and care must be taken for production use as Gitea core is not yet officially HA-ready.

View File

@ -1,6 +1,6 @@
# High Availability
**Experimental**
⚠️ **EXPERIMENTAL** ⚠️
All components (in-memory DB, volume/asset storage, code indexer) used by Gitea must be deployed in a HA-ready fashion to achieve a full HA-ready Gitea deployment.
The following document explains how to achieve this for all individual components.