mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
27 lines
No EOL
660 B
YAML
27 lines
No EOL
660 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cloudnative-pg
|
|
labels:
|
|
app-type: operator
|
|
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 |