feat: Add catalyst

This commit is contained in:
2026-04-08 14:55:00 +02:00
parent af17fa4f23
commit 61691f1edb
8 changed files with 143 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: catalyst-db
namespace: cra-agent
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:18
storage:
resizeInUseVolumes: true
size: 10Gi