36 lines
794 B
YAML
36 lines
794 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: longhorn
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "1"
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: longhorn-system
|
|
sources:
|
|
- repoURL: https://charts.longhorn.io
|
|
chart: longhorn
|
|
targetRevision: "1.11.1"
|
|
helm:
|
|
skipCrds: false
|
|
valuesObject:
|
|
defaultSettings:
|
|
createDefaultDiskLabeledNodes: false
|
|
defaultDataPath: /var/mnt/longhorn
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 20s
|
|
factor: 2
|
|
maxDuration: 3m
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- PruneLast=true
|