Compare commits
No commits in common. "4396331c864eb4b7acc64bbeeb5979a141862b42" and "5f1e7cb34b963a90286e871f01c80b5e4ef2d75f" have entirely different histories.
4396331c86
...
5f1e7cb34b
|
|
@ -3,5 +3,3 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- staging.yaml
|
- staging.yaml
|
||||||
- production.yaml
|
- production.yaml
|
||||||
- staging-postgres.yaml
|
|
||||||
- production-postgres.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue