Docker image https://ltb-project.org/documentation/self-service-password
kubectl create ns -n ldap
kubectl create configmap self-service-password --from-file=config.inc.php -n ldap
kubectl create -f kubernetes/deployment.yaml
kubectl create -f kubernetes/service.yaml
edit kubernetes/ingress.yaml, replace the annotations and domain name.
kubectl create -f kubernetes/ingress.yaml