1
0
Fork 0

feat(cluster-components): add longhorn

This commit is contained in:
Vojtěch Mareš 2022-08-20 16:02:52 +02:00
parent 064a8def67
commit 289583c754
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 38 additions and 0 deletions

20
apps/longhorn.yaml Normal file
View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
namespace: argocd
spec:
destination:
namespace: longhorn-system
server: https://kubernetes.default.svc
project: default
source:
path: cluster-components/longhorn
repoURL: https://gitlab.mareshq.com/gitops/mareshq/bee.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View file

@ -0,0 +1,6 @@
dependencies:
- name: longhorn
repository: https://charts.longhorn.io
version: 1.3.0
digest: sha256:73c41f878897ef872416348341c61ce1260a4d5be7176c86ad17a3f8f95623cf
generated: "2022-08-20T16:01:45.453313+02:00"

View file

@ -0,0 +1,11 @@
apiVersion: v2
name: longhorn
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.0"
dependencies:
- name: longhorn
version: 1.3.0
repository: https://charts.longhorn.io

View file

@ -0,0 +1 @@
longhorn: