Split CloudNativePG from Postgres Cluster
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cnpg-cluster
|
||||
spec: {}
|
||||
status: {}
|
||||
@@ -1,11 +0,0 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Database
|
||||
metadata:
|
||||
name: immich-db
|
||||
namespace: cnpg-cluster
|
||||
spec:
|
||||
cluster:
|
||||
name: cnpg-cluster
|
||||
name: immich
|
||||
owner: immich
|
||||
status: {}
|
||||
@@ -5,8 +5,5 @@ metadata:
|
||||
namespace: cnpg-system
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- cluster-namespace.yaml
|
||||
- helm-repository-source.yaml
|
||||
- helm-release.yaml
|
||||
- pg-cluster.yaml
|
||||
- immich-db.yaml
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: cnpg-cluster
|
||||
namespace: cnpg-cluster
|
||||
spec:
|
||||
affinity: {}
|
||||
instances: 3
|
||||
managed:
|
||||
roles:
|
||||
- login: true
|
||||
name: immich
|
||||
passwordSecret:
|
||||
name: immich
|
||||
postgresql:
|
||||
syncReplicaElectionConstraint:
|
||||
enabled: false
|
||||
resources: {}
|
||||
storage:
|
||||
pvcTemplate:
|
||||
resources: {}
|
||||
storageClassName: local-path
|
||||
resizeInUseVolumes: true
|
||||
size: 10Gi
|
||||
storageClass: local-path
|
||||
status:
|
||||
certificates: {}
|
||||
configMapResourceVersion: {}
|
||||
managedRolesStatus: {}
|
||||
secretsResourceVersion: {}
|
||||
switchReplicaClusterStatus: {}
|
||||
topology: {}
|
||||
Reference in New Issue
Block a user