2024/10/28 08:33:23 [error] 2318276#2318276: *740820 [BADBEHAVIOR] (increase) redis_increase failed, falling back to local : error while getting redis client : failed to parse host name "": no host, context: ngx.timer, client: 1.2.3.4, server: 0.0.0.0:8080
And if we log inside the pod and look at the variables file, we can see that the REDIS host is empty :
What happened?
I've deployed a bunkerweb Ingress Controller using the documentation. It leaded to a working DeamonSet : (only usefull part of yaml copied here)
But is the outpu log, we can see those lines :
And if we log inside the pod and look at the variables file, we can see that the REDIS host is empty :
I made this bug report using REDIS_HOST as exemple but this is true for a lot of env variables.
How to reproduce?
Install a fresh bunkerweb in a Kubernetes environnement.
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.5.10
What integration are you using?
Kubernetes
Linux distribution (if applicable)
Ubuntu Server 20.04
Removed private data
Code of Conduct