mosquito / pypi-server

Tornado based server like pypi.python.org. With caching from pypi.
MIT License
120 stars 38 forks source link

Running into Kubernetes #57

Open wolfviking0 opened 2 years ago

wolfviking0 commented 2 years ago

Hi,

I am playing around with the pypi-server inside a Kubernetes pod. So far it seems to be working I am able to access to the interface create user etc .... I redirect the port 80 => 32006 When I try http://x.x.x.x:32006/simple/ it's working fine

But each time I try to register / upload a wheel I have an error 404, any idea what I am missing ?

Uploading xxxx-cp38-cp38-manylinux1_x86_64.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.8/75.8 kB • 00:00 • 261.0 MB/s
INFO     Response from http://x.x.x.x:32006/pipy/:
         404 Not Found
INFO     <html><title>404: Not Found</title><body>404: Not Found</body></html>
ERROR    HTTPError: 404 Not Found from http://x.x.x.x:32006/pipy/
         Not Found