2026-07-16 14:28:19 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
|
|
# Layer 6: Data — stateful services (databases, message brokers)
|
2026-07-16 14:53:59 -07:00
|
|
|
# Dependencies: all previous layers (bootstrap, platform, etc.)
|
2026-07-16 14:28:19 -07:00
|
|
|
# Order: Applied last
|
|
|
|
|
|
2026-07-16 14:53:59 -07:00
|
|
|
# PostgreSQL cluster + schema initialization
|
|
|
|
|
# Required by: Authentik, Temporal, Vault, SQS
|
|
|
|
|
resources:
|
|
|
|
|
- ddb-cluster.yaml
|
|
|
|
|
- schemas.yaml
|
|
|
|
|
- db-init-job.yaml
|