horning
This commit is contained in:
parent
e24d030392
commit
995d2533e9
26
apps/templates/longhorn.yaml
Normal file
26
apps/templates/longhorn.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: longhorn-system
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
chart: longhorn
|
||||||
|
repoURL: https://charts.longhorn.io
|
||||||
|
targetRevision: 1.3.0
|
||||||
|
helm:
|
||||||
|
values:
|
||||||
|
persistence:
|
||||||
|
defaultClassReplicaCount: 3
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user