Compare commits

..

No commits in common. "4396331c864eb4b7acc64bbeeb5979a141862b42" and "5f1e7cb34b963a90286e871f01c80b5e4ef2d75f" have entirely different histories.

3 changed files with 0 additions and 28 deletions

View file

@ -3,5 +3,3 @@ kind: Kustomization
resources:
- staging.yaml
- production.yaml
- staging-postgres.yaml
- production-postgres.yaml

View file

@ -1,13 +0,0 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: production-postgres
namespace: production
spec:
instances: 1
enableSuperuserAccess: false
storage:
storageClass: democratic-nfs
size: 5Gi
monitoring:
enablePodMonitor: true

View file

@ -1,13 +0,0 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: staging-postgres
namespace: staging
spec:
instances: 1
enableSuperuserAccess: false
storage:
storageClass: democratic-nfs
size: 5Gi
monitoring:
enablePodMonitor: true