Describe the bug
Since the connaisseur doesn't have hostNetwork parameter added, we modified the helm chart and added hostNetwork in deployment.yaml.
This modified helm chart was working with calico clusters till connaisseur version v3.3.3.
However, with 3.4.0 we see the following error when connaisseur pod is trying to connect with redis.
In connaisseur pod, we see the following error
{
"level": "error",
"msg": "redis ping failed: dial tcp: lookup connaisseur-redis-service on 10.1.56.2:53: no such host",
"time": "2024-04-16T00:41:42Z"
}
And in connaisseur-redis pod,
Error accepting a client connection: error:0A00010B:SSL routines::wrong version number (addr=192.xx.xx.xx:60752 laddr=192.xx.xx.xx:6379
We tried enabling hostNetwork in redis pod as well, but the issue was not resolved and we still faced the same error.
Following are the details of the pod running in connaisseur namespace:

Optional: Versions (please complete the following information as relevant):
- Kubernetes Cluster: EKS 1.28
- Connaisseur: 3.4.0
Any help here would be greatly appreciated. Thank you
Describe the bug
Since the connaisseur doesn't have hostNetwork parameter added, we modified the helm chart and added hostNetwork in deployment.yaml.
This modified helm chart was working with calico clusters till connaisseur version v3.3.3.
However, with 3.4.0 we see the following error when connaisseur pod is trying to connect with redis.
In connaisseur pod, we see the following error
And in connaisseur-redis pod,
We tried enabling hostNetwork in redis pod as well, but the issue was not resolved and we still faced the same error.
Following are the details of the pod running in connaisseur namespace:

Optional: Versions (please complete the following information as relevant):
Any help here would be greatly appreciated. Thank you