great chart! I have everything working on the UI but I notice scavenging maybe hitting the wrong port - not sure.
I am getting an error on the scheduled job so I decided to kubectl exec manually into the pod .. and I notice the port it is trying to use - it is not listening
Hi,
great chart! I have everything working on the UI but I notice scavenging maybe hitting the wrong port - not sure.
I am getting an error on the scheduled job so I decided to kubectl exec manually into the pod .. and I notice the port it is trying to use - it is not listening
2113 is there but not 2112 which is what the scavenge job tried to use..
If I use the CURL command manually inside the pod and call it using 2113 - this works.
This is my chart-values
I haven't changed any other settings - so I assume its using these
By default.
Any idea what I should be doing ?
should I create an intHttpPort and apply it as 2113.
Isn't intHttpPort to do with the gossip between clusters ?
I do notice the Config Map is using the intHttpPort
Any ideas ? - Thanks in advance.