add longhorn
This commit is contained in:
5
deploy/longhorn/kustomization.yaml
Normal file
5
deploy/longhorn/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- longhorn-deploy.yaml
|
||||
21
deploy/longhorn/longhorn-deploy.yaml
Normal file
21
deploy/longhorn/longhorn-deploy.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: longhorn
|
||||
namespace: argocd
|
||||
spec:
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
project: default
|
||||
sources:
|
||||
- chart: longhorn
|
||||
repoURL: https://charts.longhorn.io/
|
||||
targetRevision: v1.8.1 # Replace with the Longhorn version you'd like to install or upgrade to
|
||||
helm:
|
||||
values: |
|
||||
preUpgradeChecker:
|
||||
jobEnabled: false
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: longhorn-system
|
||||
Reference in New Issue
Block a user