minikube instalalation does not set the address of the treafik ingress
On minikube to activate all the functionality it is needed to resolve the gracedb services to point to appropriate traefik ingress IP
helm upgrade --install gwcelery gwcelery-helm/gwcelery \
--set gwcelery.hostAlias.hostname=gracedb.default.svc.cluster.local \
--set gwcelery.hostAlias.ip=10.100.100.10
Now, the default values are:
# This entry is used to define an additional entry in /etc/hosts
hostAlias:
hostname: ""
IP: ""