From 57aec90c9e0c9b51c238a76a82f7d4f0a3a14195 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 20:26:08 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/loki.mdx | 15 +++++++++++++++ .../docs/applications/mariadb-operator.mdx | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/content/docs/applications/loki.mdx create mode 100644 src/content/docs/applications/mariadb-operator.mdx diff --git a/src/content/docs/applications/loki.mdx b/src/content/docs/applications/loki.mdx new file mode 100644 index 0000000..271f5fb --- /dev/null +++ b/src/content/docs/applications/loki.mdx @@ -0,0 +1,15 @@ +--- +title: Loki +description: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. +hero: + tagline: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/loki.webp + actions: + - text: Source + link: https://github.com/grafana/loki + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/loki + icon: right-arrow +--- diff --git a/src/content/docs/applications/mariadb-operator.mdx b/src/content/docs/applications/mariadb-operator.mdx new file mode 100644 index 0000000..821e164 --- /dev/null +++ b/src/content/docs/applications/mariadb-operator.mdx @@ -0,0 +1,15 @@ +--- +title: MariaDB Operator +description: Run and operate MariaDB in a cloud native way. Declaratively manage your MariaDB using Kubernetes CRDs rather than imperative commands. +hero: + tagline: Run and operate MariaDB in a cloud native way. Declaratively manage your MariaDB using Kubernetes CRDs rather than imperative commands. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/mariadb.webp + actions: + - text: Source + link: https://github.com/mariadb-operator/mariadb-operator + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/mariadb-operator + icon: right-arrow +---