gcloud-lab/apps/base/customer1/hermes-db/kustomization.yaml
sirius0xdev a3ad07d191 feat: add dedicated CNPG cluster for Hermes agent memory and trading data
- New hermes-pgdb cluster (Postgres 15.2, 1 instance, 20Gi)
- 3 databases: hermes_memory, trading_data, agent_memory
- 3 roles with SOPS-encrypted secrets (age encryption)
- Daily backups to gs://customer1_db_backup/hermes-backups/
- Wired into Flux pipeline via staging kustomization
2026-05-02 21:31:41 +00:00

11 lines
280 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- pg-cluster-hermes.yaml
- hermes-db-credentials.yaml
- trading-db-credentials.yaml
- memory-db-credentials.yaml
- trading-data-db.yaml
- agent-memory-db.yaml
- hermes-scheduled-backup.yaml