My long use Plex server is running on Truenas as a pod and has been working great for many years. Today I installed an new Plex server on k3s and when it came up it asked me to login which succeeded. The issue was this this server came up only as a player and when I went back to my truenas plex i lost it’s plex server access too.
Now I have no way to see my media content and not able to add new libraries to get it back as that option is missing now.
I see all my Movies and TV shows on the NAS, I cannot get any of my apps to access them, due to no settings visable.
This issue seems to be only with Linux/Kubernetes new installs. I tested using my Mac OSX and was able to get the prompts to add libraries to Movies, etc. I have tried multiple versions of pod deploys and I cannot get it to add libraries.
Found the issue. This is due to the allowedNetworks restricting setup access. Reddit - Dive into anything
You will need to access the server using PortForwarding off the service to set it up and then change the allowed networks under Setting/Network/Lan Networks, include all subnets i.e: 10.0.0.0/8, x.x.x.x/x then you can use ingress.
Use ./web as the ingress path.