- Move flat service manifests into structured subdirs (apps/, bootstrap-jobs/, repair-jobs/, migration-jobs/, validation-jobs/, node-ops/, networking/) - Retire oneoffs/ directories across services - Remove oceanus cluster and its host roles; add aether cluster + terraform scaffolding - Reorganize scripts/ into ops/, render/, sync/, manual-tests/ - Add Makefile with render/validate/test/flux targets and repo-structure tests - Update flux-system application CRs to the new paths - Add hermes-automated-triage-24h-plan knowledge doc (+ comms mirror) - Refresh knowledge catalogs, dashboards, vmalert rules, quality contract Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
473 B
YAML
16 lines
473 B
YAML
# infrastructure/core/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../modules/base
|
|
- ../modules/profiles/atlas-ha
|
|
- node-prefer-noschedule-serviceaccount.yaml
|
|
- node-prefer-noschedule-rbac.yaml
|
|
- node-prefer-noschedule-cronjob.yaml
|
|
- coredns-custom.yaml
|
|
- coredns-deployment.yaml
|
|
- ntp-sync-daemonset.yaml
|
|
- workload-profiles.yaml
|
|
- cert-manager/letsencrypt.yaml
|
|
- cert-manager/letsencrypt-prod.yaml
|