Deployed cnpg

This commit is contained in:
2026-01-09 07:13:26 +00:00
parent 3b132dbafe
commit 2099a18fd2
2 changed files with 22 additions and 0 deletions

View File

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

View File

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