data:
nginx-ldap-auth.conf: |-
error_log logs/error.log debug;
#events { }
http {
proxy_cache_path cache/ keys_zone=auth_cache:10m;
# The back-end daemon listens on port 9000 as implemented
# in
backend-sample-app.py.
# Change the IP address if the daemon is not running on the
# same host as NGINX/NGINX Plus.
upstream backend {
server
127.0.0.1:9000;
}
....
это конфигмап. контейнер сам не поднялся из за ошибки