From 73abbcd4687504a24d89ce96cce6114cbf038dc2 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Wed, 14 Feb 2024 16:53:49 +0100 Subject: [PATCH] Add Longhorn Signed-off-by: Martyn Ranyard --- everything-app/longhorn.yaml | 18 ++++++++++++++++++ everything-app/project-infra.yaml | 1 + 2 files changed, 19 insertions(+) create mode 100644 everything-app/longhorn.yaml diff --git a/everything-app/longhorn.yaml b/everything-app/longhorn.yaml new file mode 100644 index 0000000..1d8d067 --- /dev/null +++ b/everything-app/longhorn.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + namespace: argocd +spec: + destination: + namespace: longhorn-system + server: https://kubernetes.default.svc + project: infra + source: + helm: {} + chart: longhorn + repoURL: https://charts.longhorn.io + targetRevision: 1.6.0 + syncPolicy: + automated: + selfHeal: true diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index db64260..fc88fe5 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -35,3 +35,4 @@ spec: - https://charts.rook.io/release - https://mysql.github.io/mysql-operator/ - https://charts.gabe565.com + - https://charts.longhorn.io