When using IPv6 as the main ip in pods (as noted by status.podIP) the healthchecks fail for eda-storage-api.
I believe this is related to gunicorn only binding to v4. In our cluster I have worked around this by disabling the operator and changing the deployment to gunicorn --bind '[::]:8000' --workers 2 aap_eda.wsgi:application.
I'm not sure if changing that globally is the best answer so I am submitting this issue.
We are running operator 1.0.2.