Open
Conversation
j-zimnowoda
reviewed
Feb 18, 2026
| When using an external Git repository (BYO Git), disaster recovery is significantly simplified. The platform configuration is already stored externally, so Gitea backup and restore is not required. To restore the platform, you only need: | ||
|
|
||
| - The age keys (`privateKey` and `publicKey`) used for SOPS encryption. | ||
| - Access to the external Git repository. |
j-zimnowoda
reviewed
Feb 18, 2026
| - The age keys (`privateKey` and `publicKey`) used for SOPS encryption. | ||
| - Access to the external Git repository. | ||
|
|
||
| Make sure to store the age keys securely outside of the cluster. |
Contributor
There was a problem hiding this comment.
It would be useful to provide a kubectl command to fetch age keys from the cluster.
j-zimnowoda
reviewed
Feb 18, 2026
|
|
||
| ## Prerequisites | ||
|
|
||
| - A Kubernetes cluster with a minimum of 4 nodes with 4 GB of memory each. The recommended setup is 3 nodes with 8 GB of memory each. |
Contributor
There was a problem hiding this comment.
I find it irrelevant to the future description. The required capacity is rather part of the installation prerequisites. We will lower down the required resource once we introduce GtiOps optional feature.
j-zimnowoda
reviewed
Feb 18, 2026
| ## Prerequisites | ||
|
|
||
| - A Kubernetes cluster with a minimum of 4 nodes with 4 GB of memory each. The recommended setup is 3 nodes with 8 GB of memory each. | ||
| - A Git repository hosted on GitHub or GitLab. |
Contributor
There was a problem hiding this comment.
An empty git repository accessible from cabernets cluster via the HTTPS protocol.
j-zimnowoda
reviewed
Feb 18, 2026
j-zimnowoda
reviewed
Feb 18, 2026
|
|
||
| ## Disaster recovery with BYO Git | ||
|
|
||
| When using an external Git repository, disaster recovery is significantly simplified. Since the platform configuration is already stored in your external Git provider, there is no need to back up or restore Gitea. To restore the platform, you can re-use the same `values.yaml` from the initial installation. The only addition required is the age keys used for SOPS encryption. |
Contributor
There was a problem hiding this comment.
The benefits have been already mentioned in the ## Advantages of BYO Git section.
j-zimnowoda
requested changes
Feb 18, 2026
ferruhcihan
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.