Deploy releases/k8s-manifests 1b74200#164
Merged
Merged
Conversation
Codifies the hologit projection model, post-Envoy-migration patterns (per-app Gateway + HTTPRoute, gw-tls naming, cnpg same-namespace rule), required local-projection QA step, and guardrails for shared infrastructure so agents arriving cold don't have to re-derive everything from code. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Brings the rewrite of codeforphilly.org under GitOps. App is live at https://next-v2.codeforphilly.org served by Envoy Gateway. Until now the workload was being applied to the cluster manually via `kubectl apply -k` from the upstream repo's overlay; this PR makes the cluster state declarative. Layout follows the established balancer pattern: - `.holo/sources/codeforphilly-ng.toml` — pin upstream main - `.holo/branches/k8s-manifests/codeforphilly-ng/app/manifests.toml` — pulls workload-only files (configmap, deployment, service, serviceaccount, pvcs); excludes upstream gateway/httproute and kustomization (composed here instead) - `.holo/lenses/codeforphilly-ng.toml` — kustomize lens - `codeforphilly-ng/{kustomization,app/...}` — local kustomize composition; sets namespace + creates Namespace resource - `_gateways/codeforphilly-ng.yaml` — Gateway + HTTPRoute for `next-v2.codeforphilly.org`, cert via `codeforphilly-gw-tls` (existing live cert) - `codeforphilly-ng.secrets/` — sealed env (JWT, OAuth, data remote) + sealed read-write SSH deploy key for the data repo
Add codeforphilly-ng (the rewrite of codeforphilly.org)
Author
|
|
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.
kubectl diffreports that applying 1b74200 will change: