feat: adds deploy job to project

This commit is contained in:
2025-11-07 21:30:21 -03:00
parent 4e75afda84
commit 5af5006b87
10 changed files with 352 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: backend-postgres-cluster
namespace: ${KUBE_NAMESPACE}
spec:
instances: 3
primaryUpdateStrategy: unsupervised
imageName: ghcr.io/cloudnative-pg/postgresql:14.10-18
storage:
size: 5Gi
resources:
requests:
memory: "256Mi"
cpu: "200m"
limits:
memory: "512Mi"
cpu: "500m"
affinity: {}