This commit is contained in:
parent
3321053167
commit
d024585711
1 changed files with 24 additions and 0 deletions
24
apps/longhorn.yaml
Normal file
24
apps/longhorn.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://charts.longhorn.io
|
||||||
|
chart: longhorn
|
||||||
|
targetRevision: 1.12.0
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
defaultSettings:
|
||||||
|
defaultReplicaCount: 3
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: longhorn-system
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
Loading…
Add table
Reference in a new issue