From f7ad230c33df948320ca313e6b01853e980cda72 Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Mon, 25 Sep 2023 05:04:30 +0700 Subject: [PATCH] cloudnative-pg --- .../apps/cloudnative-pg/application.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 state/gullfaxi/apps/cloudnative-pg/application.yaml diff --git a/state/gullfaxi/apps/cloudnative-pg/application.yaml b/state/gullfaxi/apps/cloudnative-pg/application.yaml new file mode 100644 index 0000000..7039f27 --- /dev/null +++ b/state/gullfaxi/apps/cloudnative-pg/application.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cloudnative-pg +spec: + destination: + server: https://kubernetes.default.svc + namespace: cloudnative-pg + project: apps + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true + source: + repoURL: https://cloudnative-pg.github.io/charts + chart: cloudnative-pg + targetRevision: 0.18.2 + helm: + values: | + # https://github.com/cloudnative-pg/charts/blob/main/charts/cloudnative-pg/values.yaml + monitoring: + podMonitorEnabled: true \ No newline at end of file