From 5d2e6d987490a920e189ffc3f7e2ada1bd27f753 Mon Sep 17 00:00:00 2001 From: WS <59507751+Evantage-WS@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:54:52 +0100 Subject: [PATCH] add reference for kubernetes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 463ea89..f63f5b3 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,10 @@ services: Then the service will listen on two ports, one for LDAP and one for the web front-end. +### With Kubernetes + +See https://github.com/Evantage-WS/lldap-kubernetes for a LLDAP deployment for Kubernetes + ### From source To compile the project, you'll need: @@ -250,6 +254,7 @@ folder for help with: - [Nextcloud](example_configs/nextcloud.md) - [Organizr](example_configs/Organizr.md) - [Portainer](example_configs/portainer.md) +- [Rancher](example_configs/rancher.md) - [Seafile](example_configs/seafile.md) - [Syncthing](example_configs/syncthing.md) - [Vaultwarden](example_configs/vaultwarden.md)