2026-01-08 22:31:45 -03:00
|
|
|
# services/logging/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: logging
|
2026-01-08 22:31:45 -03:00
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
2026-01-10 00:12:55 -03:00
|
|
|
- opensearch-dashboards-objects.yaml
|
|
|
|
|
- opensearch-observability-objects.yaml
|
2026-01-10 05:06:34 -03:00
|
|
|
- node-log-rotation-serviceaccount.yaml
|
2026-01-10 06:57:07 -03:00
|
|
|
- node-image-gc-rpi4-serviceaccount.yaml
|
|
|
|
|
- node-image-prune-rpi5-serviceaccount.yaml
|
2026-01-14 06:16:42 -03:00
|
|
|
- vault-serviceaccount.yaml
|
|
|
|
|
- secretproviderclass.yaml
|
2026-01-09 18:11:32 -03:00
|
|
|
- opensearch-pvc.yaml
|
2026-01-09 08:54:07 -03:00
|
|
|
- opensearch-helmrelease.yaml
|
|
|
|
|
- opensearch-dashboards-helmrelease.yaml
|
2026-01-10 00:12:55 -03:00
|
|
|
- data-prepper-helmrelease.yaml
|
|
|
|
|
- otel-collector-helmrelease.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
|
|
|
- bootstrap-jobs/opensearch-ism-job.yaml
|
|
|
|
|
- bootstrap-jobs/opensearch-dashboards-setup-job.yaml
|
|
|
|
|
- bootstrap-jobs/opensearch-observability-setup-job.yaml
|
2026-05-21 14:12:10 -03:00
|
|
|
- opensearch-single-node-tune-cronjob.yaml
|
2026-01-09 18:08:39 -03:00
|
|
|
- opensearch-prune-cronjob.yaml
|
2026-01-08 22:31:45 -03:00
|
|
|
- fluent-bit-helmrelease.yaml
|
2026-01-10 05:06:34 -03:00
|
|
|
- node-log-rotation-daemonset.yaml
|
2026-01-10 06:57:07 -03:00
|
|
|
- node-image-gc-rpi4-daemonset.yaml
|
|
|
|
|
- node-image-prune-rpi5-daemonset.yaml
|
2026-01-08 22:31:45 -03:00
|
|
|
- oauth2-proxy.yaml
|
2026-01-14 06:16:42 -03:00
|
|
|
- vault-sync-deployment.yaml
|
2026-01-08 22:31:45 -03:00
|
|
|
- ingress.yaml
|
2026-01-13 09:59:39 -03:00
|
|
|
|
|
|
|
|
configMapGenerator:
|
|
|
|
|
- name: node-log-rotation-script
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- node_log_rotation.sh=scripts/node_log_rotation.sh
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
- name: node-image-gc-rpi4-script
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- node_image_gc_rpi4.sh=scripts/node_image_gc_rpi4.sh
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
- name: node-image-prune-rpi5-script
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- node_image_prune_rpi5.sh=scripts/node_image_prune_rpi5.sh
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
- name: opensearch-prune-script
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- prune.py=scripts/opensearch_prune.py
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-05-21 14:12:10 -03:00
|
|
|
- name: opensearch-single-node-tune-script
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- tune.py=scripts/opensearch_single_node_tune.py
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-01-13 09:59:39 -03:00
|
|
|
- name: opensearch-observability-script
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- seed.py=scripts/opensearch_observability_seed.py
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-01-16 00:15:58 -03:00
|
|
|
|
|
|
|
|
secretGenerator:
|
|
|
|
|
- name: data-prepper-pipeline
|
|
|
|
|
namespace: logging
|
|
|
|
|
files:
|
|
|
|
|
- pipelines.yaml=scripts/data_prepper_pipelines.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|