Immich isn't prioritising the right machine learning URLs
Hi, so I'm running immich in k8s using the helm chart. I have a more powerful desktop PC that I want to offload machine learning tasks to, so I set the following in the helm chart config:
The first item is my powerful desktop, which should be accessible through it's local DNS name, but if not, the second item is the same machine but just connecting directly via it's LAN IP. The third option is of course just the machine learning pod running in the k8s cluster.
And if I click "download JSON" from the admin interface, I can see that these changes are properly reflected in the converted JSON config:
I tested these URLs by just running some curl commands to theose URLs on the host OS of the k8s node, which seemed to work. Curling the root just returns the default
However, if I look in the settings GUI, only the last machine learning URL is shown, as seen in the screenshot. To further prove that it is using the last URL, I see that the logs in the machine learning pod in the k8s cluster indicate it's in use. The CPU usage also goes up.
So my question is, why is immich prioritising the last URL? The first two seem to be running and accessible, but immich is not using them.
I'm using immich 1.125.7
The first item is my powerful desktop, which should be accessible through it's local DNS name, but if not, the second item is the same machine but just connecting directly via it's LAN IP. The third option is of course just the machine learning pod running in the k8s cluster.
And if I click "download JSON" from the admin interface, I can see that these changes are properly reflected in the converted JSON config:
I tested these URLs by just running some curl commands to theose URLs on the host OS of the k8s node, which seemed to work. Curling the root just returns the default
{"message":"Immich ML"} which looks good to me.However, if I look in the settings GUI, only the last machine learning URL is shown, as seen in the screenshot. To further prove that it is using the last URL, I see that the logs in the machine learning pod in the k8s cluster indicate it's in use. The CPU usage also goes up.
So my question is, why is immich prioritising the last URL? The first two seem to be running and accessible, but immich is not using them.
I'm using immich 1.125.7
