Skip to content

Commit

Permalink
Add cloudnative-pg
Browse files Browse the repository at this point in the history
  • Loading branch information
nidr0x committed Nov 13, 2024
1 parent 1c9148a commit a20b3bd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions argocd/apps/cloudnative-pg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg
spec:
destination:
namespace: cloudnative-pg
server: https://kubernetes.default.svc
project: everest
sources:
- repoURL: https://github.com/nidr0x/k8s-gitops
targetRevision: master
ref: nidr0x-k8s-gitops
- repoURL: https://github.com/nidr0x/k8s-gitops
targetRevision: master
path: kubernetes/main/apps/cloudnative-pg
- repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.22.1
chart: cloudnative-pg
helm:
valueFiles:
- $nidr0x-k8s-gitops/kubernetes/main/apps/cloudnative-pg/values.yaml
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true
3 changes: 3 additions & 0 deletions kubernetes/main/apps/cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cloudnative-pg:
monitoring:
podMonitorEnabled: true

0 comments on commit a20b3bd

Please sign in to comment.