2025-08-13 08:36:19 -05:00
|
|
|
# infrastructure/core/kustomization.yaml
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
2025-11-09 11:48:45 -03:00
|
|
|
- ../modules/base
|
|
|
|
|
- ../modules/profiles/atlas-ha
|
2026-05-15 11:52:03 -03:00
|
|
|
- node-prefer-noschedule-serviceaccount.yaml
|
|
|
|
|
- node-prefer-noschedule-rbac.yaml
|
|
|
|
|
- node-prefer-noschedule-cronjob.yaml
|
2026-01-15 16:29:32 -03:00
|
|
|
- coredns-custom.yaml
|
2026-01-16 23:16:04 -03:00
|
|
|
- coredns-deployment.yaml
|
2026-01-19 23:45:31 -03:00
|
|
|
- ntp-sync-daemonset.yaml
|
2026-05-19 12:48:40 -03:00
|
|
|
- workload-profiles.yaml
|
refactor: restructure services layout, retire oceanus, add aether scaffolding
- 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>
2026-08-05 16:21:36 -03:00
|
|
|
- cert-manager/letsencrypt.yaml
|
|
|
|
|
- cert-manager/letsencrypt-prod.yaml
|