From b5dad8871939fe0a75a61c615aef7f85195849cc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 16:45:18 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/rook-ceph.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/docs/applications/rook-ceph.mdx diff --git a/src/content/docs/applications/rook-ceph.mdx b/src/content/docs/applications/rook-ceph.mdx new file mode 100644 index 0000000..56b50a5 --- /dev/null +++ b/src/content/docs/applications/rook-ceph.mdx @@ -0,0 +1,15 @@ +--- +title: Rook Ceph +description: Rook is an open source cloud-native storage orchestrator for Kubernetes, providing the platform, framework, and support for Ceph storage to natively integrate with Kubernetes. +hero: + tagline: Rook is an open source cloud-native storage orchestrator for Kubernetes, providing the platform, framework, and support for Ceph storage to natively integrate with Kubernetes. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ceph.webp + actions: + - text: Source + link: https://github.com/rook/rook + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/rook-ceph + icon: right-arrow +---