-
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 (#308)
* 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 <[email protected]> Signed-off-by: Joseph Richardson <[email protected]> * Update valkey.md Signed-off-by: Joseph Richardson <[email protected]> --------- Signed-off-by: Joseph Richardson <[email protected]> Co-authored-by: Joe Richardson <[email protected]> Co-authored-by: Joseph Richardson <[email protected]>
- Loading branch information
1 parent
63e3700
commit 2c7452c
Showing
7 changed files
with
61 additions
and
10 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