titan-iac/services/logging/kustomization.yaml
jenkins 0da9e4c82d 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

77 lines
2.3 KiB
YAML

# services/logging/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: logging
resources:
- namespace.yaml
- opensearch-dashboards-objects.yaml
- opensearch-observability-objects.yaml
- node-log-rotation-serviceaccount.yaml
- node-image-gc-rpi4-serviceaccount.yaml
- node-image-prune-rpi5-serviceaccount.yaml
- vault-serviceaccount.yaml
- secretproviderclass.yaml
- opensearch-pvc.yaml
- opensearch-helmrelease.yaml
- opensearch-dashboards-helmrelease.yaml
- data-prepper-helmrelease.yaml
- otel-collector-helmrelease.yaml
- bootstrap-jobs/opensearch-ism-job.yaml
- bootstrap-jobs/opensearch-dashboards-setup-job.yaml
- bootstrap-jobs/opensearch-observability-setup-job.yaml
- opensearch-single-node-tune-cronjob.yaml
- opensearch-prune-cronjob.yaml
- fluent-bit-helmrelease.yaml
- node-log-rotation-daemonset.yaml
- node-image-gc-rpi4-daemonset.yaml
- node-image-prune-rpi5-daemonset.yaml
- oauth2-proxy.yaml
- vault-sync-deployment.yaml
- ingress.yaml
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
- name: opensearch-single-node-tune-script
namespace: logging
files:
- tune.py=scripts/opensearch_single_node_tune.py
options:
disableNameSuffixHash: true
- name: opensearch-observability-script
namespace: logging
files:
- seed.py=scripts/opensearch_observability_seed.py
options:
disableNameSuffixHash: true
secretGenerator:
- name: data-prepper-pipeline
namespace: logging
files:
- pipelines.yaml=scripts/data_prepper_pipelines.yaml
options:
disableNameSuffixHash: true