From 8a3e8fb27470729acfb521ad58d386c0e1093e07 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 30 Jan 2022 03:09:42 +0100 Subject: [PATCH] docs(longhorn): Add initial README --- infrastructure/longhorn/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 infrastructure/longhorn/README.md diff --git a/infrastructure/longhorn/README.md b/infrastructure/longhorn/README.md new file mode 100644 index 000000000..1dd981728 --- /dev/null +++ b/infrastructure/longhorn/README.md @@ -0,0 +1,12 @@ +Longhorn +=== + +This component is deployed to provide persistent storage replicated across the nodes in an easy fashion. + +Links +--- + +- [Docs](https://longhorn.io/docs/) +- [Helm Chart](https://artifacthub.io/packages/helm/longhorn/longhorn) +- [Source Code](https://github.com/longhorn) +- [Help Forum](https://github.com/longhorn/longhorn/discussions) -- GitLab