example_configs: add example with podman quadlets for pgsql deployment w/ secrets

This commit is contained in:
Yuki
2025-03-14 01:46:57 +09:00
committed by GitHub
parent 049e882c35
commit 928559890a
3 changed files with 117 additions and 0 deletions
+8
View File
@@ -36,6 +36,7 @@
- [About](#about)
- [Installation](#installation)
- [With Docker](#with-docker)
- [With Podman](#with-podman)
- [With Kubernetes](#with-kubernetes)
- [From a package repository](#from-a-package-repository)
- [With FreeBSD](#with-freebsd)
@@ -179,6 +180,13 @@ services:
Then the service will listen on two ports, one for LDAP and one for the web
front-end.
### With Podman
LLDAP works well with rootless Podman either through command line deployment
or using [quadlets](example_configs/podman-quadlets/). The example quadlets
include configuration with postgresql and file based secrets, but have comments
for several other deployment strategies.
### With Kubernetes
See https://github.com/Evantage-WS/lldap-kubernetes for a LLDAP deployment for Kubernetes