travelaudience / kubernetes-nexus

Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Apache License 2.0
130 stars 61 forks source link

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

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?

GMafra commented 5 years ago

Were you able to deploy it using nexus-proxy?

fangzi0813 commented 5 years ago

Were you able to deploy it using nexus-proxy?

yeah, I just use the https://github.com/travelaudience/nexus-proxy, but I don't know how to set some attributes in nexus-proxy like "client_max_body_size" in nginx

GMafra commented 5 years ago

I'm having problems setting it with GCP IAM/IAP, maybe you could share some hints? Thanks!

fangzi0813 commented 5 years ago

Sorry, I have no idea, I disable GCP IAM authentication currently!