34 lines
855 B
YAML
34 lines
855 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: longhorn
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
chart: longhorn
|
|
repoURL: https://charts.longhorn.io
|
|
targetRevision: "1.11.0"
|
|
helm:
|
|
values: |
|
|
defaultSettings:
|
|
defaultReplicaCount: 2
|
|
defaultDataPath: /var/lib/longhorn
|
|
guaranteedInstanceManagerCPU: 5
|
|
backupTarget: "s3://longhorn-backups@us-east-1/"
|
|
backupTargetCredentialSecret: minio-secret
|
|
persistence:
|
|
defaultClass: true
|
|
defaultClassReplicaCount: 2
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: longhorn-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|