Internal Linking not working (as expected)

rmvanderspek

Dabbler
Joined
Apr 12, 2022
Messages
13
I'm running TrueNAS-SCALE-22.02.4

On my NAS, I have a deployment running installed through the truecharts: jenkins (deployment also called jenkins). Port 10280 and 50000.

According to the documentation, this pod should be accessible from any other pod through the internal dns: jenkins.ix-jenkins.svc.cluster.local

I double checked by using the truetool --dns. In the table of domain names I could also see a row with the same information (jenkins.ix-jenkins.svc.cluster.local). But only for port 10280.

When I run curl http://jenkins.ix-jenkins.svc.cluster.local:10280 I get a normal response (200), but doing the same on 50000 gets me an error. (The application itself says UnresolvedAddressException and with a curl I get: curl: (7) Failed to connect to jenkins.ix-jenkins.svc.cluster.local port 50000: Connection refused).

It seems to me that the 10280 is open, but the 50000 isn't. How can I check this or even better: how can I fix it?
 
Top