diff --git a/local-k8s/examples/components.yaml b/local-k8s/examples/components.yaml index ea59e19..6084935 100644 --- a/local-k8s/examples/components.yaml +++ b/local-k8s/examples/components.yaml @@ -1,10 +1,11 @@ helm_repos: argocd: "https://argoproj.github.io/argo-helm" + cnpg: "https://cloudnative-pg.github.io/charts" cluster_components: - name: argocd chart: argocd/argo-cd version: "10.0.1" - namespace: argocd + namespace: argo-cd set: applicationSet.replicas: "1" configs.cm.admin.enabled: "true" @@ -24,3 +25,9 @@ cluster_components: # Expose to the host so we can browse without port-forwarding, see kind-cluster.yaml server.service.nodePortHttp: "30080" server.service.type: "NodePort" + - name: cnpg + chart: cnpg/cloudnative-pg + version: "0.29.0" + namespace: cnpg + set: + replicaCount: "1"