Split CloudNativePG from Postgres Cluster

This commit is contained in:
Daniel Cosme
2026-05-02 06:55:29 -04:00
parent e6973e801c
commit 57a2b65f20
15 changed files with 81 additions and 70 deletions

View File

@@ -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

View File

@@ -6,4 +6,4 @@ resources:
- truenas-csi-driver.yaml
- monitoring/
- longhorn/
# - cloud-native-pg/
- cloud-native-pg/

View File

@@ -4,6 +4,6 @@ metadata:
name: longhorn
namespace: longhorn-system
resources:
- namespace.yaml
- longhorn-stack.yaml
- release.yaml
- namespace.yaml

View File

@@ -4,6 +4,6 @@ metadata:
name: monitoring
namespace: monitoring
resources:
- namespace.yaml
- kube-prometheus-stack.yaml
- release.yaml
- namespace.yaml

View File

@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: cnpg-cluster
namespace: cnpg-cluster
resources:
- pg-cluster.yaml
- immich-db.yaml
- cluster-namespace.yaml

View File

@@ -4,7 +4,7 @@ metadata:
name: truenas-csi
namespace: truenas-csi
resources:
- namespace.yaml
- config.yaml
- nfs-storage-class.yaml
- iscsi-storage-class.yaml
- namespace.yaml