1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-gitops-v2/apps/cnpg/cnpg-operator.yaml

36 lines
844 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "25"
spec:
project: cnpg
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
source:
chart: cloudnative-pg
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.21.5
helm:
releaseName: cnpg
valuesObject:
fullnameOverride: cnpg-operator
replicaCount: 2
# monitoring:
# enablePodMonitor: true
# grafanaDashboard:
# create: true
# sidecarLabel: "grafana_dashboard"
# sidecarLabelValue: "1"
destination:
server: "https://kubernetes.default.svc"
namespace: cnpg-system