Open fangzi0813 opened 5 years ago
I don't understand why we need nexus-proxy, k8s ingress should be good enough for this use case, simply create http and docker svc on k8s, and ingress redirects https traffic to these 2 svc should work.
got it fixed by change ingress value nginx.ingress.kubernetes.io/proxy-body-size
Hello, where did you do that change @chz8494 ??
When I deploy maven project to nexus, I get the error:
Return code is: 413, ReasonPhrase: Request Entity Too Large.
How should I do?
https://github.com/travelaudience/kubernetes-nexus/issues/50#issue-434605017