2026-01-10 20:20:54 -03:00
|
|
|
# services/maintenance/kustomization.yaml
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
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
|
|
|
namespace: maintenance
|
2026-01-10 20:20:54 -03:00
|
|
|
resources:
|
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
|
|
|
- bootstrap
|
|
|
|
|
- apps
|
|
|
|
|
- migration-jobs
|
|
|
|
|
- node-ops
|
|
|
|
|
- repair-jobs
|
|
|
|
|
- networking
|
2026-01-19 19:02:14 -03:00
|
|
|
images:
|
|
|
|
|
- name: registry.bstein.dev/bstein/ariadne
|
2026-08-06 18:53:56 +00:00
|
|
|
newTag: 0.1.0-423 # {"$imagepolicy": "maintenance:ariadne:tag"}
|
2026-03-31 14:07:17 -03:00
|
|
|
- name: registry.bstein.dev/bstein/metis
|
2026-08-06 13:46:29 +00:00
|
|
|
newTag: 0.1.0-275-arm64 # {"$imagepolicy": "maintenance:metis-arm64:tag"}
|
2026-04-12 11:16:29 -03:00
|
|
|
- name: registry.bstein.dev/bstein/soteria
|
2026-07-16 05:10:46 +00:00
|
|
|
newTag: 0.1.0-120 # {"$imagepolicy": "maintenance:soteria:tag"}
|