Add Cloud Native PG

This commit is contained in:
Daniel Cosme
2026-05-02 06:44:16 -04:00
parent b1a5bf1d96
commit 00da421787
4 changed files with 26 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: cnpg
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,3 +6,4 @@ resources:
- truenas-csi-driver.yaml
- monitoring/
- longhorn/
- cloud-native-pg/

View File

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