mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
cloudnative-pg
This commit is contained in:
parent
7e2ac35b0a
commit
f7ad230c33
1 changed files with 25 additions and 0 deletions
25
state/gullfaxi/apps/cloudnative-pg/application.yaml
Normal file
25
state/gullfaxi/apps/cloudnative-pg/application.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue