-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After manual nexus pod restart docker repository url returning 404 #232
Comments
I found out that docker registry ingress is not assigning ip address to it That is weird because everything worked fine before with same values, i only changed size of the persistent storage |
Okay i figured out what caused this issue. Somehow, chart did not assign |
Hi, Thanks for the hint about the ingress class. That solved the same problem I had (404)! I looked in the chart template for ingress and found out that you can set extraLabels and annotations on the docker ingress. They should come after "port".
So I used the deprecated kubernetes.io/ingress.class annotation for now. I think you are right they should support the newer ingressClassName spec. Regards, |
Unfortunately the deprecated ingress.class annotation is removed by helm. I fixed it by adding a kustomization.yaml
patch-ingress-docker.yaml:
But off course the chart should still be fixed! |
I needed to restart a pod to resize bound pvc. After i did it, pvc became resized, but docker registry became unavailable (now url returns 404 nginx message). Only thing that i did change was persistence.storageSize value. Nexus is functioning normally, i can work with main url and other registries, but docker registry is seems to be down. DNS and ingress are configured properly.
What could be the reason? I've been stumbling in this issue all day
My values
The text was updated successfully, but these errors were encountered: