Deployed cnpg
This commit is contained in:
@@ -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
|
||||
|
||||
21
kubernetes/cnpg-system/cpng/application.yaml
Normal file
21
kubernetes/cnpg-system/cpng/application.yaml
Normal 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
|
||||
Reference in New Issue
Block a user