add cloudnativepg

This commit is contained in:
2025-03-29 04:30:47 +01:00
parent 1bfe0b6279
commit ca6f5fb6e8
3 changed files with 17804 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
resources:
- cnpg-operator.yaml
- postgres-base.yaml

View File

@@ -0,0 +1,10 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: postgres-base
namespace: postgres
spec:
instances: 3
storage:
size: 50Gi
storageClass: longhorn