nexus-proxy icon indicating copy to clipboard operation
nexus-proxy copied to clipboard

When I deploy maven project, I get the error Return code is: 413, ReasonPhrase: Request Entity Too Large

Open fangzi0813 opened this issue 5 years ago • 3 comments

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

fangzi0813 avatar Apr 18 '19 06:04 fangzi0813

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.

chz8494 avatar Jul 19 '19 00:07 chz8494

got it fixed by change ingress value nginx.ingress.kubernetes.io/proxy-body-size

chz8494 avatar Jul 19 '19 01:07 chz8494

Hello, where did you do that change @chz8494 ??

cepefernando avatar Mar 26 '20 21:03 cepefernando