From 6be021e11eebeb2691fd26b52a935266ee91c65b Mon Sep 17 00:00:00 2001 From: DontDDoS Date: Thu, 8 Jan 2026 12:24:17 +0000 Subject: [PATCH] Deployed longhorn --- .../longhorn-system/longhorn/application.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kubernetes/longhorn-system/longhorn/application.yaml diff --git a/kubernetes/longhorn-system/longhorn/application.yaml b/kubernetes/longhorn-system/longhorn/application.yaml new file mode 100644 index 0000000..039f071 --- /dev/null +++ b/kubernetes/longhorn-system/longhorn/application.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn-helm + namespace: argocd +spec: + destination: + server: https://kubernetes.default.svc + namespace: longhorn-system + project: default + sources: + - chart: longhorn + repoURL: https://charts.longhorn.io + targetRevision: 1.10.1 + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + allowEmpty: true + prune: true + selfHeal: true \ No newline at end of file