2026-05-21 02:07:17 -03:00
|
|
|
# services/game-stream/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: game-stream
|
2026-05-21 02:07:17 -03:00
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
|
|
|
|
- vault-serviceaccount.yaml
|
2026-07-13 20:20:50 -03:00
|
|
|
- wolf-config-ensure-configmap.yaml
|
2026-05-21 15:53:17 -03:00
|
|
|
- wolf-api-proxy-configmap.yaml
|
|
|
|
|
- wolf-gatekeeper-configmap.yaml
|
2026-05-21 02:07:17 -03:00
|
|
|
- wolf-service.yaml
|
2026-05-21 15:53:17 -03:00
|
|
|
- wolf-api-service.yaml
|
|
|
|
|
- wolf-gatekeeper-service.yaml
|
|
|
|
|
- wolfmanager-service.yaml
|
2026-05-21 03:30:32 -03:00
|
|
|
- wolf-moonlight-service.yaml
|
2026-05-21 02:07:17 -03:00
|
|
|
- wolf-statefulset.yaml
|
2026-05-21 15:53:17 -03:00
|
|
|
- wolf-gatekeeper-daemonset.yaml
|
2026-05-21 02:07:17 -03:00
|
|
|
- oauth2-proxy-wolf.yaml
|
|
|
|
|
- certificate.yaml
|
|
|
|
|
- ingress.yaml
|