06a8f98b5c
- Add cnpg-system base ArgoCD application with namespace - Create cnpg-system overlay for au-syd1 with CloudNativePG Helm chart - Update platform ApplicationSet to include cnpg-system deployment - Configure cloudnative-pg operator v0.27.0 with HA and resource limits - Maintain one-to-one migration from Terraform configuration Reviewed-on: #44
15 lines
316 B
YAML
15 lines
316 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../../base/cnpg-system
|
|
|
|
helmCharts:
|
|
- name: cloudnative-pg
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
version: "0.27.0"
|
|
releaseName: cloudnative-pg-operator
|
|
namespace: cnpg-system
|
|
valuesFile: values.yaml
|