feat(balancer): integrate sandbox overlay with CNPG + Gateway API + CORS#143
Open
TineoC wants to merge 4 commits into
Open
feat(balancer): integrate sandbox overlay with CNPG + Gateway API + CORS#143TineoC wants to merge 4 commits into
TineoC wants to merge 4 commits into
Conversation
- Update balancer source to use integration branch (TineoC/balancer-main#integrate-all-migration) - Change holomapping root from base to overlays/sandbox for CNPG + Gateway API + CORS changes - Depends on CodeForPhilly/balancer-main#507
Moved from balancer-main base manifests. The Database CRD must be in the same namespace as the Cluster (cloudnative-pg). Kustomize's namespace override in the app overlay was incorrectly placing it in the balancer namespace.
- Remove balancer-database.yaml from infra (now in balancer-main sandbox overlay) - Update lens root from 'balancer' to 'balancer/manifests/overlays/sandbox' so kustomize build finds the correct kustomization.yaml
- Update balancer source to track CodeForPhilly/balancer-main develop branch - Add balancer-cnpg.toml lens for the CNPG Database kustomization (separate lens needed because kustomize namespace override prevents including it as a resource in the main overlay) Depends on CodeForPhilly/balancer-main#507 merging into develop.
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.
Summary
Updates the balancer hologit projection to use the integrated sandbox overlay from
balancer-main, which includes:Ingress→HTTPRoute+ListenerSetfor Envoy GatewayDatabaseCRD for shared PostgreSQL cluster +balancer-db-configConfigMapChanges:
.holo/sources/balancer.toml: Points to integration branch (TineoC/balancer-main#integrate-all-migration).holo/branches/k8s-manifests/balancer/manifests.toml: Root changed frombase→overlays/sandboxDepends on:
Post-merge:
balancer.tomlsource to point to the main repo tag instead of the forkgit holo project k8s-manifests-githubto verify projectionbalancer-db-credentialsSealedSecret exists incloudnative-pgnamespaceRelated: