diff --git a/README.md b/README.md index 344197d..35ae80d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ If you are viewing on GitHub, you can view this repo on my self-hosted instance ### Storage - [**Longhorn**](/kubernetes/longhorn-system/longhorn/) - Distributed block storage system for Kubernetes persistent volumes +- [**CloudNative PG**](/kubernetes/cnpg-system/cnpg/) - **TrueNAS** - NAS solution ### Media Stack diff --git a/kubernetes/cnpg-system/cpng/application.yaml b/kubernetes/cnpg-system/cpng/application.yaml new file mode 100644 index 0000000..a2ec053 --- /dev/null +++ b/kubernetes/cnpg-system/cpng/application.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cnpg-helm + namespace: argocd +spec: + destination: + server: https://kubernetes.default.svc + namespace: cnpg-system + project: default + sources: + - chart: cloudnative-pg + repoURL: https://cloudnative-pg.github.io/charts + targetRevision: 0.27.0 + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + allowEmpty: true + prune: true + selfHeal: true \ No newline at end of file