- 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
11 lines
280 B
YAML
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
|