added cnpg stuff

This commit is contained in:
j37hr0 2026-04-07 18:33:24 +12:00
parent 162473347e
commit 3ce2238882
5 changed files with 32 additions and 3 deletions

View file

@ -14,6 +14,3 @@ spec:
kind: HelmRepository
name: cert-manager
namespace: flux-system
# values:
# keep minimal to start
# replicaCount: 1

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- values.yaml
- helmrelease.yaml

View file

@ -0,0 +1,21 @@
replicaCount: 1
image:
repository: ghcr.io/cloudnative-pg/cloudnative-pg
pullPolicy: IfNotPresent
config:
clusterWide: true
monitoring:
podMonitorEnabled: true
grafanaDashboard:
create: true
rbac:
create: true
serviceAccount:
create: true
name: cnpg-controller-manager

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cloudnative-pg
#- mariadb

View file

@ -6,3 +6,4 @@ resources:
- eso
- certmanager
- velero
#- databases