gf-k8s/state/gullfaxi/apps/cloudnative-pg/application.yaml
2023-09-25 05:04:30 +07:00

25 lines
No EOL
627 B
YAML

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