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

Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.

Results 11 kubernetes-nexus issues
Sort by recently updated
recently updated
newest added

Hello, i writed full nginx configuration for support multiple repos without publish additional ports [here](https://gist.github.com/abdennour/74c5de79e57a47f3351217d674238da8?permalink_comment_id=4188452#gistcomment-4188452). In [your ingress](https://github.com/travelaudience/kubernetes-nexus/blob/71a303f3f40846e2351652a63f5fa3e1d2f1a568/kubernetes/nexus-ingress.yaml#L22) not work properly docker repos. Can you please look my work?

Can you post an ingress example, where nexus is accessible in a host path other than / ? For example, the following does not work: apiVersion: extensions/v1beta1 kind: Ingress metadata:...

Hi, We have created 2 repository of type docker for storing docker images. but if we push images to second repo it will go to first repo. Please help on...

Hell, I'm using the Herlm Chart https://artifacthub.io/packages/helm/oteemo-charts/sonatype-nexus in version 5.3.5 for my deployment and I call the `helm install` command via Terraform during setup my infrastructure. With Terraform I generate...

Hello i have an issue upgrading nexus to the latest version. I'm using the following command: `helm upgrade --version 1.19.0 -f values.yaml nexus stable/sonatype-nexus` where values.yaml is: ``` statefulset: enabled:...

Installing helm using: helm install --name nexus --namespace bpi-cdo-toolchain stable/sonatype-nexus -f ./values.yaml Where values for now is the default. The pod, service, pv (nexus-data), pvc all seem are running. How...

question

Hi, I need to know if there is a way to enable a debugger on the proxy and nexus itself, because even after following the instructions multiple times I still...

help wanted

When I deploy maven project to nexus, I get the error: Return code is: 413, ReasonPhrase: Request Entity Too Large. How should I do?

I installed the helm chart 1.5.1 into a GKE cluster: `helm install -f values.yaml --name cicd stable/sonatype-nexus` When the ingress is ready, I always get "default backend - 404" when...

When upgrade chart via helm, the new pod is stuck, with RollingUpdate strategy due to ``` Nexus data directory already in use: /nexus-data ```