Hi. I am just playing around with the DD helmchart. I followed this example https://github.com/DefectDojo/django-DefectDojo/tree/master/helm/defectdojo#installation and the celery workers are crashlooping because they connect to the valkeyservice instead of the valkey-master and then are unable to write when they hit one of the replicas.
It seems impossible to change the DD_CELERY_BROKER_HOST without disabling the valkey deployment completely. Did I miss something in the values / Chart?