k8s/infrastructure/databases/clusters/firefly-db.yaml

18 lines
261 B
YAML
Raw Normal View History

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: firefly-db
2026-04-08 05:15:44 +00:00
namespace: firefly
spec:
instances: 1
storage:
size: 10Gi
bootstrap:
initdb:
database: firefly
owner: firefly
secret:
2026-04-07 07:21:03 +00:00
name: firefly-secrets