Conversation
Signed-off-by: Devin Buhl <devin@buhl.casa>
Contributor
|
Warning
Note +55 added · 2 changed: 57 resources across 6 apps · 1 CRD Blast radius
konflate 0.6.3 · rendered |
Signed-off-by: Devin Buhl <devin@buhl.casa>
Signed-off-by: Devin Buhl <devin@buhl.casa>
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.
Puts the kopia repository behind a chorus S3 proxy so writes land on Garage and are mirrored to Cloudflare R2.
What
kubernetes/components/dragonfly: reusable Dragonfly component. 2 replicas spread across nodes, auth password minted by an External SecretsPasswordgenerator (refreshPolicy: CreatedOnce) into${APP}-dragonfly-secret, snapshot PVC onmiroir-slow, PodMonitor. Image left to the operator default.dragonfly-system: dragonfly-operator chartv1.6.1(ghcr operator image, Grafana dashboard via grafana-operator).chorus-system: chorus chart0.4.0(appVersion v0.7.9). Garage ismainatexpanse.internal:9000, R2 is the follower. Proxy runs 2 replicas with hostname anti-affinity and a PDB; worker and UI run 1. Bundled Redis disabled in favour of the Dragonfly component. Metrics and ServiceMonitors enabled. UI exposed atchorus.turbo.acviaenvoy-internal.kopiur1Password item, R2 endpoint and keys fromkopiur-r2, rendered into chorus'soverride.yamlso the R2 account endpoint stays out of git.ClusterRepositoryendpoint moved tochorus-proxy.chorus-system.svc.cluster.local:9669;kopiur-repositorynow depends onchorus. Proxy auth reuses the Garage credentials so kopiur's secret is unchanged..mise:chorctlvia thegithub:backend.Post-merge
Replication policy is runtime state, created once:
export CHORUS_ADDRESS=https://chorus.turbo.ac/api chorctl repl add -u kopiur -f garage -t r2 -b kopiurThis seeds the existing Garage bucket into the
kopiurR2 bucket and enables live replication of writes through the proxy. R2 is only a usable repository once the seed completes.Notes
kustomize buildon every new directory,helm templateagainst both charts, and kubeconform against the home-operations schemas.