-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrated HA-valkey configuration (#240)
* feat: added vars and defaults for valkey * docs: added valkey config docs * wip * testing local build of GitLab, added docs, pulling in latest valkey w/ HA support * it's closer to working * removed a todo * updated to latest releases * updated gitaly cgroups image * dropped restatement of default values, added privs for cgroups init container * wayne's solution that may work in UDS - didn't work with helm template * so close, registry can't find bucket * fixed typo * fixed registry so it picks up the bucket * no longer use local copy of GitLab * reverted unintended change to valkey package name * fixed whitespace lint error * Apply suggestions from code review Co-authored-by: jacobbmay <134300709+jacobbmay@users.noreply.github.com> Signed-off-by: Joseph Richardson <49208786+JoeHCQ1@users.noreply.github.com> * Update valkey.md Signed-off-by: Joseph Richardson <49208786+JoeHCQ1@users.noreply.github.com> --------- Signed-off-by: Joseph Richardson <49208786+JoeHCQ1@users.noreply.github.com> Co-authored-by: jacobbmay <134300709+jacobbmay@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
63 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Configuration Notes | ||
|
||
## ValKey Clustering | ||
|
||
In bundle version 0.5.2 Valkey was changed to deploy replicated by default. For more context, see [this write-up](https://github.com/defenseunicorns/uds-package-valkey/blob/main/docs/configuration.md#high-availability) on how Valkey's HA settings are configured in the UDS Package and [the GitLab Package configuration doc]([TODO](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/docs/configuration.md#valkey-ha-configuration)) to understand the integration with GitLab. |
This file contains 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
This file contains 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
This file contains 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