It seems that this is not being attached to the 'cluster' network.
[job-service-run "curl-test"]
schedule = */10 * * * *
image = curlimages/curl:8.7.1
command = curl -v ingress_apache:80
network = cluster
gives this error:
curl: (6) Could not resolve host: ingress_apache
while this works fine
docker run --rm -it --network cluster curlimages/curl curl -v ingress_apache:80
It seems that this is not being attached to the 'cluster' network.
gives this error:
while this works fine
docker run --rm -it --network cluster curlimages/curl curl -v ingress_apache:80