feat(cnpg): initial config
All checks were successful
Renovate / renovate (push) Successful in 30s

This commit is contained in:
Peter 2024-07-02 21:20:18 +02:00
parent 6f34bbb620
commit e00a5ec22c
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 16 additions and 0 deletions

5
cnpg/config/values.yaml Normal file
View file

@ -0,0 +1,5 @@
monitoring:
podMonitorEnabled: true
grafanaDashboard:
create: true
namespace: observability-system

11
cnpg/kustomization.yaml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: postgres-system
helmCharts:
- name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts
version: 0.21.5
valuesFile: config/values.yaml
namespace: postgres-system