This commit is contained in:
parent
6f34bbb620
commit
e00a5ec22c
2 changed files with 16 additions and 0 deletions
5
cnpg/config/values.yaml
Normal file
5
cnpg/config/values.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
monitoring:
|
||||||
|
podMonitorEnabled: true
|
||||||
|
grafanaDashboard:
|
||||||
|
create: true
|
||||||
|
namespace: observability-system
|
11
cnpg/kustomization.yaml
Normal file
11
cnpg/kustomization.yaml
Normal 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
|
Loading…
Reference in a new issue