travelaudience / nexus-proxy

A proxy for Nexus Repository Manager that allows for optional authentication against external identity providers.
Apache License 2.0
31 stars 16 forks source link

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

Open fangzi0813 opened 5 years ago

fangzi0813 commented 5 years ago

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

chz8494 commented 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.

chz8494 commented 5 years ago

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

cepefernando commented 4 years ago

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